53 lines
520 B
Plaintext
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
|