Parcourir la source

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

chore: change `zig-cache/` to `.zig-cache/`
Devin Dooley il y a 7 mois
Parent
commit
5445a27025
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  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/