Browse Source

Merge pull request #4503 from bschaatsbergen/f/add-zig-ignore

chore: change `zig-cache/` to `.zig-cache/`
Devin Dooley 7 tháng trước cách đây
mục cha
commit
5445a27025
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 3
      Zig.gitignore

+ 1 - 3
Zig.gitignore

@@ -1,4 +1,2 @@
-# This file is for zig-specific build artifacts.
-
-zig-cache/
+.zig-cache/
 zig-out/