manwhere/.gitignore
2026-02-10 20:26:18 -05:00

25 lines
185 B
Text

# Zig
.zig-cache/
zig-out/
# Compiled binaries
*.o
*.exe
*.so
*.dylib
*.dll
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Project specific
manwhere
manwhere-debug