first commit: Complete phishing test management panel with Node.js backend and React frontend

This commit is contained in:
salvacybersec
2025-11-10 17:00:40 +03:00
commit 19e551f33b
77 changed files with 6677 additions and 0 deletions

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
# Dependencies
node_modules/
package-lock.json
yarn.lock
# Environment
.env
.env.local
# Build
dist/
build/
# Logs
logs/
*.log
# Database (regenerate with migrations)
*.db
*.db-journal
*.db-shm
*.db-wal
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# Temp
temp/
tmp/