Skip to content

Commit 005ed9d

Browse files
committed
[git] Add .gitignore
1 parent 64f32b6 commit 005ed9d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitignore

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### General file patterns
2+
.DS_Store
3+
.vscode
4+
.zig-cache/
5+
Thumbs.db
6+
tmp/
7+
zig-cache/
8+
zig-out/
9+
10+
### Top-level directories
11+
# For storing local scripts and data files in a source tree.
12+
/local/
13+
/prebuilt/
14+
15+
# Third party repos.
16+
/third_party/*

0 commit comments

Comments
 (0)