updated dockerignore for cleaner builds

This commit is contained in:
slynn1324 2021-01-29 10:27:44 -06:00
parent bccf1c0d89
commit 3a4d475562

View file

@ -1,16 +1,11 @@
*.db
*.psd
*.crx
*.pem
.gitignore
/.git
docker-run.sh
docker-build.sh
/images
/images*
*.db*
*.md
/chrome-extension
/node-modules
data
/bulma-custom
#exclude everything by default
*
#only include these files
!static
!templates
!package.json
!package-lock.json
!LICENSE
!server.js