fns-receipt-service/.gitignore
2026-02-01 03:21:09 +05:00

47 lines
443 B
Plaintext

# Node modules
node_modules/
# Environment variables (ignore real .env, keep example)
.env
!.env.example
# Logs
logs/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS files
.DS_Store
Thumbs.db
# Optional npm cache directory
.npm
# Temporary files
*.tmp
*.temp
# Build outputs
dist/
build/
# Ignore everything by default except these files
*
!error.json
!.gitignore
!.env.example
!package.json
!README.md
!server.js
!LICENSE