Merge remote .gitignore and resolve conflict

This commit is contained in:
Maurice
2026-03-18 23:59:12 +01:00
2 changed files with 43 additions and 2 deletions

24
.gitignore vendored
View File

@@ -15,8 +15,8 @@ server/uploads/
# Environment
.env
.env.local
.env.production
.env.*
!.env.example
# OS files
.DS_Store
@@ -27,5 +27,25 @@ Thumbs.db
.idea/
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
*.pid
*.seed
*.pid.lock
# Coverage
coverage
*.lcov
.nyc_output
# Cache
.npm
.eslintcache
.cache
*.tsbuildinfo
*.tgz