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:
DJP 2025-08-22 14:38:16 -04:00
commit 613e4fc0ca

31
.gitignore vendored
View file

@ -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