Files
Alex Ant 97364cd62e init
2025-07-08 19:47:59 +05:00

140 lines
1.4 KiB
Plaintext

# Git
.git
.gitignore
.gitattributes
# Docker
Dockerfile
docker-compose.yml
docker-compose.yaml
.dockerignore
# Node.js
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.yarn
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage
# Dependency directories
node_modules/
jspm_packages/
# TypeScript cache
*.tsbuildinfo
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache
# next.js build output
.next
out
# nuxt.js build output
.nuxt
dist
# vuepress build output
.vuepress/dist
# Serverless directories
.serverless
# FuseBox cache
.fusebox/
# DynamoDB Local files
.dynamodb/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Temporary files
temp/
tmp/
*.tmp
*.temp
# Documentation
*.md
!README.md
# Test files
test/
tests/
__tests__/
*.test.js
*.test.ts
*.spec.js
*.spec.ts
# Build artifacts
build/
dist/
lib/
# SSL certificates
ssl/
*.pem
*.key
*.crt
# Local data
data/
uploads/
# Nginx config (not needed in containers)
nginx/