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