mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-09 08:25:00 -04:00
chore: Ignoring unnecessary files after initial docker-compose setup for production environment
This commit is contained in:
parent
92c19fce55
commit
6172ae47db
1 changed files with 13 additions and 0 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -20,3 +20,16 @@ out/
|
||||||
/src/bin/convertSettings.json
|
/src/bin/convertSettings.json
|
||||||
/src/bin/etherpad-1.deb
|
/src/bin/etherpad-1.deb
|
||||||
/src/bin/node.exe
|
/src/bin/node.exe
|
||||||
|
|
||||||
|
# Ignoring the dorectory that sortes the local ssl certificates
|
||||||
|
ca
|
||||||
|
|
||||||
|
# Extending gitignore to include also all .env files, e.g. .env.development.local, .env.test, etc.
|
||||||
|
.env*
|
||||||
|
!.env.default
|
||||||
|
!.env.prod.default
|
||||||
|
|
||||||
|
# Avoiding accidentally adding local docker-compose*.override file to version control that might contain secrets
|
||||||
|
docker-compose-prod.override.yml
|
||||||
|
docker-compose.override.yml
|
||||||
|
docker-compose*.override.yml
|
Loading…
Add table
Add a link
Reference in a new issue