buglab/.gitignore

17 lines
180 B
Text

# Build artifacts
/build/
/bin/
*.o
*.obj
# Storage and databases
/storage/*.db
/storage/*.sqlite
/storage/*.log
*.db-journal
*.db-wal
# IDE / OS files
.DS_Store
.idea/
.vscode/