2022-11-01 09:36:07 +00:00
|
|
|
# All node_modules directories
|
|
|
|
node_modules
|
|
|
|
**/node_modules
|
2023-10-08 07:11:19 +00:00
|
|
|
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
|
2023-10-08 07:11:19 +00:00
|
|
|
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
|
2023-10-08 07:11:19 +00:00
|
|
|
|
|
|
|
# other
|
|
|
|
.DS_Store
|