initial commit
This commit is contained in:
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user