Files
ffxi-trusts/.gitignore
2025-07-12 23:10:19 +01:00

64 lines
671 B
Plaintext

# Node.js
node_modules/
npm-debug.log
yarn-debug.log
yarn-error.log
package-lock.json
yarn.lock
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
db.conf
# Docker
.dockerignore
.docker/
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Database
*.sql
*.dump
*.sqlite
*.db
# Build directories
dist/
build/
coverage/
# Temporary files
.tmp/
.temp/
.cache/
tmp/
# OS files
.DS_Store
Thumbs.db
.directory
Desktop.ini
# Editor directories and files
.idea/
.vscode/
*.swp
*.swo
*~
.project
.settings/
.classpath
.factorypath
# Specific to this project
# Add any project-specific files to ignore here