etherpad-lite/.dockerignore
2022-08-21 16:11:19 +02:00

31 lines
619 B
Text

*~
.dockerignore
.hg
Dockerfile
# Ignoring all docker compose files as they are not needed
docker-compose*.yml
# Ignoring all env files from the host machine to avoid unexpected side effects
.env*
# Remove the git objects, logs, etc. to make final image smaller.
# Some files still need to be in the .git directory, because Etherpad at
# startup uses them to discover its version number.
.git/branches
.git/COMMIT_EDITMSG
.git/config
.git/description
.git/FETCH_HEAD
.git/hooks
.git/index
.git/info
.git/logs
.git/objects
.git/ORIG_HEAD
.git/packed-refs
.git/refs/remotes/
.gitignore
settings.json
src/node_modules