initial commit

This commit is contained in:
2026-06-02 01:00:27 +02:00
commit d2a8072a47
64 changed files with 26467 additions and 0 deletions
+26
View File
@@ -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