fns-receipt-service/.gitignore
romantarkin 87f6f35572 fix
2026-06-08 14:58:11 +05:00

53 lines
520 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
!.dockerignore
!.env.example
!Dockerfile
!package.json
!package-lock.json
!README.md
!README.MD
!server.js
!public/
!public/**
!LICENSE