фикс багов
This commit is contained in:
+54
-14
@@ -1,34 +1,74 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
.pnp
|
||||
.pnp.js
|
||||
|
||||
# Testing
|
||||
coverage/
|
||||
|
||||
# Build output
|
||||
dist/
|
||||
build/
|
||||
apps/server/dist/
|
||||
apps/web/dist/
|
||||
*.tsbuildinfo
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
apps/server/.env
|
||||
apps/web/.env
|
||||
|
||||
# Uploads (user data)
|
||||
# Logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
eslint-debug.log*
|
||||
*.log
|
||||
|
||||
# Editor/IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
.project
|
||||
.settings/
|
||||
.classpath
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# Docker
|
||||
.docker-compose.override.yml
|
||||
.docker-compose.local.yml
|
||||
|
||||
# Uploads and User Data
|
||||
apps/server/uploads/*
|
||||
!apps/server/uploads/.gitkeep
|
||||
apps/server/uploads/avatars/*
|
||||
!apps/server/uploads/avatars/.gitkeep
|
||||
|
||||
# Deploy artifacts
|
||||
vortex-deploy/
|
||||
vortex-deploy.tar.gz
|
||||
|
||||
# Credentials
|
||||
vortex-deploy.zip
|
||||
CREDENTIALS.txt
|
||||
|
||||
# Security audit (personal)
|
||||
SECURITY_AUDIT.md
|
||||
|
||||
# OS files
|
||||
Thumbs.db
|
||||
.DS_Store
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
# Misc
|
||||
.cache/
|
||||
.eslintcache
|
||||
.npm/
|
||||
.tmp/
|
||||
tmp/
|
||||
|
||||
Reference in New Issue
Block a user