Initial commit for firewall_manager module

This commit is contained in:
2026-08-07 00:56:53 -04:00
commit 6a065376e1
15 changed files with 546 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# Frontend development
node_modules/
*.local
.env.local
.env.*.local
.cache/
.vite/
.temp/
.tmp/
# Frontend build
/static/
# Backend development
/vendor/
/lib/vendor/
coverage/
*.cache
.phpactor/
# Editors
.DS_Store
.vscode/
.idea/
# Logs
*.log