40 lines
390 B
Plaintext
40 lines
390 B
Plaintext
node_modules
|
|
.next
|
|
.git
|
|
.gitignore
|
|
.env.local
|
|
.env.example
|
|
*.log
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode
|
|
.idea
|
|
coverage
|
|
.nyc_output
|
|
*.tgz
|
|
*.tar.gz
|
|
.cache
|
|
.parcel-cache
|
|
dist
|
|
build
|
|
.vercel
|
|
.netlify
|
|
.turbo
|
|
.github
|
|
4xnored.png
|
|
|
|
# Documentation and non-runtime files
|
|
docs/
|
|
CHANGELOG.md
|
|
cliff.toml
|
|
*.md
|
|
!README.md
|
|
|
|
# Docker compose files
|
|
docker-compose*.yml
|
|
Dockerfile
|
|
|
|
# Git and backup files
|
|
.git*
|
|
backup-*
|