todowindy/.dockerignore

30 lines
251 B
Plaintext

.git
.gitignore
.idea
*.log
node_modules
dist
bin
tmp
*.swp
*.swo
# Local data and artifacts
data
*.db
*.sqlite
*.sqlite3
# VCS/CI and docs not needed for build
docs
deploy
scripts
*.png
*.jpg
*.jpeg
*.gif
.env
# Editor/OS files
.DS_Store
Thumbs.db