teable/.dockerignore

56 lines
622 B
Plaintext
Raw Normal View History

2022-11-01 09:36:07 +00:00
# All node_modules directories
node_modules
**/node_modules
dist
2022-11-01 09:36:07 +00:00
# All secrets
**/.env.local
**/.env.*.local
# By default all git files
.git
.gitignore
.gitattributes
.github
# Tools caches
.cache/*
tsconfig.tsbuildinfo
.eslintcache
# Yarn
!.yarnrc.yml
!.yarn/plugins
!.yarn/releases
# Used when building with nextjs (next-eslint)
!.eslintrc.base.json
!.prettierignore
!.prettierrc.js
!.eslintignore
# npm
!.npmrc
# Docker related
.dockerignore
Dockerfile
dockers/docker-compose.*.yml
dockers/docker-compose.yml
2022-11-01 09:36:07 +00:00
docker
# Log files
logs
*.log
# Temp files
tmp
*.tmp
# IDE related
.idea
.vscode
# other
.DS_Store