mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
17 lines
333 B
Plaintext
17 lines
333 B
Plaintext
# Ignore absolutely everything by default
|
|
*
|
|
|
|
# …but allow the deployment folder and its contents
|
|
!deployment/
|
|
!deployment/Dockerfile
|
|
!deployment/nginx.conf
|
|
|
|
# …and allow apps/docs-site and everything under it
|
|
!apps/
|
|
apps/*
|
|
!apps/docs-site/
|
|
!apps/docs-site/**
|
|
|
|
# (Optionally) ignore local Dockerfiles elsewhere if any
|
|
!Dockerfile
|