Merge remote-tracking branch 'origin/main'
- Resolved .gitignore merge conflict - Combined project-specific ignores with Bitbucket defaults - Maintained all environment and debug file exclusions 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
commit
613e4fc0ca
1 changed files with 29 additions and 2 deletions
31
.gitignore
vendored
31
.gitignore
vendored
|
|
@ -16,8 +16,9 @@ access.log
|
|||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# Node modules (if any)
|
||||
# Node modules
|
||||
node_modules/
|
||||
dist/
|
||||
|
||||
# IDE files
|
||||
.vscode/
|
||||
|
|
@ -40,4 +41,30 @@ cache/
|
|||
|
||||
# Debug files
|
||||
debug-*.html
|
||||
debug-*.js
|
||||
debug-*.js
|
||||
|
||||
# Compiled files
|
||||
*.class
|
||||
*.py[cod]
|
||||
|
||||
# Package files
|
||||
*.jar
|
||||
|
||||
# Maven
|
||||
target/
|
||||
|
||||
# Unit test reports
|
||||
TEST*.xml
|
||||
|
||||
# Applications
|
||||
*.app
|
||||
*.exe
|
||||
*.war
|
||||
|
||||
# Large media files
|
||||
*.mp4
|
||||
*.tiff
|
||||
*.avi
|
||||
*.flv
|
||||
*.mov
|
||||
*.wmv
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue