mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-13 02:26:53 -04:00

* fix: Fixing wrong reference to apple touch icons, favicons, etc. * build: Ignoring vscode settings file as it is a local setting * docs: Comment on idea behind ignoring the local vscode settings Co-authored-by: Gerardo Navarro <gerardo@b310.de>
39 lines
799 B
Text
39 lines
799 B
Text
/etherpad-win.exe
|
|
/etherpad-win.zip
|
|
node_modules
|
|
/settings.json
|
|
!settings.json.template
|
|
APIKEY.txt
|
|
SESSIONKEY.txt
|
|
var/dirty.db
|
|
*~
|
|
*.patch
|
|
npm-debug.log
|
|
*.DS_Store
|
|
*.crt
|
|
*.key
|
|
credentials.json
|
|
out/
|
|
.nyc_output
|
|
.idea
|
|
/package-lock.json
|
|
/src/bin/abiword.exe
|
|
/src/bin/convertSettings.json
|
|
/src/bin/etherpad-1.deb
|
|
/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
|
|
|
|
# Ignoring local vscode settings file
|
|
.vscode/settings.json
|