inventory/.gitignore

41 lines
412 B
Text
Raw Normal View History

2025-02-26 00:09:11 +01:00
.aider*
# Go build artifacts
/inventory
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
# SQLite database files
*.sqlite
*.db
# Node.js dependencies
node_modules/
web/node_modules/
web/dist/
# IDE files
.idea/
.vscode/
*.swp
*.swo
# OS specific files
.DS_Store
Thumbs.db
# Build artifacts
/artifacts/