This commit is contained in:
zro
2026-06-08 10:36:53 +03:00
commit 5991aad810
4 changed files with 101 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