teable/.dockerignore

52 lines
513 B
Plaintext
Raw Normal View History

2022-11-01 09:36:07 +00:00
# All node_modules directories
node_modules
**/dist
**/.next
2022-11-01 09:36:07 +00:00
# All secrets
**/.env.local
**/.env.*.local
# By default all git files
.git
**/.gitignore
2022-11-01 09:36:07 +00:00
.gitattributes
.github
# Tools caches
.cache
**/*.tsbuildinfo
**/.eslintcache
2022-11-01 09:36:07 +00:00
# eslint
**/.eslintrc.cjs
**/lint-staged.config.js
2022-11-01 09:36:07 +00:00
# npm
!.npmrc
# Docker related
.dockerignore
dockers
*Dockerfile*
*docker-compose*
2022-11-01 09:36:07 +00:00
# Log files
logs
**/*.log
2022-11-01 09:36:07 +00:00
# Temp files
tmp
*.tmp
# IDE related
.idea
.vscode
# other
**/db
**/.assets
**/.temporary
**.DS_Store
docs
**/*.md