ultisuite-backend/.gitignore
R3D347HR4Y 28e74c05bb
Some checks are pending
CI / Go tests (push) Waiting to run
CI / Integration tests (push) Waiting to run
CI / DB migrations (push) Waiting to run
fix: remove accidentally committed hocuspocus node_modules
Add node_modules/ to .gitignore to prevent recurrence.
2026-06-09 14:32:31 +02:00

37 lines
295 B
Plaintext

# Environment
.env
.env.resolved
# Go binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
/ultid
# Test & coverage
*.test
*.out
coverage.html
# Vendor (optional)
vendor/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Docker data (local volumes)
docker-data/
# Node.js
node_modules/