102 lines
1019 B
Plaintext
102 lines
1019 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.development
|
|
.env.test
|
|
.env.production
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Production files
|
|
docker-compose.production.yml
|
|
nginx/production.conf
|
|
nginx/initial.conf
|
|
|
|
# Build directories
|
|
dist/
|
|
build/
|
|
*.log
|
|
|
|
# Docker volumes
|
|
mongodb_data/
|
|
certbot/
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Deployment files
|
|
ininventer-deploy.tar.gz
|
|
*.tar.gz
|
|
*.zip
|
|
|
|
# Backup files
|
|
backup/
|
|
backups/
|
|
*.backup
|
|
*.bak
|
|
|
|
# SSL certificates
|
|
*.pem
|
|
*.key
|
|
*.crt
|
|
*.csr
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Test coverage
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
.tmp/
|
|
|
|
# Python (if any scripts)
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
|
|
# Secrets
|
|
secrets/
|
|
private/
|
|
*.secret
|
|
|
|
# Database dumps
|
|
*.sql
|
|
*.dump
|
|
*.mongodb
|
|
|
|
# Generated documentation
|
|
docs/_build/
|
|
docs/.doctrees/ |