32 lines
335 B
Plaintext
32 lines
335 B
Plaintext
# Node.js
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# Environment Variables (CRITICAL)
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Build Outputs
|
|
dist/
|
|
build/
|
|
bin/
|
|
server/
|
|
|
|
# Generated WireGuard configs
|
|
*.conf
|
|
|
|
# OS/Editor Files
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# ProtonVPN local DBs or cache if generated locally
|
|
*.db
|