initial commit
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Environment & credentials — never commit these
|
||||
backend/.env
|
||||
**/.env.local
|
||||
|
||||
# Runtime data files
|
||||
backend/dns-cache.json
|
||||
backend/settings.json
|
||||
backend/users.json
|
||||
backend/audit-log.json
|
||||
backend/secrets.json
|
||||
backend/ipam.json
|
||||
backend/.last-secret-check
|
||||
|
||||
# React build output
|
||||
frontend/build/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user