This commit is contained in:
zro
2026-06-08 10:57:27 +03:00
commit b3a34f0e8f
4 changed files with 161 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# Secrets
.env
*.pem
*.key
# Dependencies
node_modules/
vendor/
# Build outputs
dist/
build/
*.exe
# IDE
.vscode/
.idea/
*.swp
# OS
.DS_Store
Thumbs.db
# Logs
*.log