mirror of
https://github.com/synomal/Flint.git
synced 2026-07-16 05:20:52 +00:00
21 lines
176 B
Plaintext
21 lines
176 B
Plaintext
# Zig build artifacts
|
|
zig-out/
|
|
.zig-cache/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# Editor / IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Temporary files
|
|
/tmp/
|
|
*.tmp
|
|
commit.txt
|