29 lines
201 B
Plaintext
29 lines
201 B
Plaintext
# IDE
|
|
|
|
vendor/
|
|
node_modules/
|
|
# Dependencies
|
|
|
|
.vscode/
|
|
*~
|
|
*.swo
|
|
*.swp
|
|
# Editor backups
|
|
|
|
*.gz
|
|
*.log.*
|
|
*.log
|
|
logs/
|
|
# Runtime logs and locks
|
|
|
|
Thumbs.db
|
|
.DS_Store
|
|
# OS
|
|
|
|
*.iml
|
|
.idea/
|
|
|
|
# Секреты
|
|
.env
|
|
|