Explorar el Código

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

chore: change `zig-cache/` to `.zig-cache/`
Devin Dooley hace 7 meses
padre
commit
5445a27025
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  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/