Skip to content

Commit 1606bef

Browse files
authored
Add some more folders to gitignore
1 parent 44ed923 commit 1606bef

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
build/
44
build-*/
55

6+
pages/
7+
68
*.a
79
*.gcda
810
*.gcno
@@ -113,4 +115,10 @@ zig-out/
113115
zig-cache/
114116
.zig-cache/
115117

118+
# Folders that may be used by individual developers, without appearing in git
119+
# status output.
120+
.vscode/
121+
.devcontainer/
122+
.personal/
123+
116124
# End

0 commit comments

Comments
 (0)