Initial commit: add .gitignore and README

This commit is contained in:
defiQUG
2026-02-09 21:51:45 -08:00
commit 929fe6f6b6
240 changed files with 40977 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
node_modules/
dist/
.env
.env.local
*.log
*.log.*
.DS_Store
.vscode/
.idea/
coverage/
*.pem
*.key
*.crt
*.cert
ssl/
certs/
*.sqlite
*.db
.tmp/
temp/