replace git ignore

This commit is contained in:
yuzu 2024-11-04 20:41:15 -05:00
parent d4613bb2ca
commit 1369fae820
6 changed files with 1 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
zig-cache/
.zig-cache/
zig-out/
.vscode

View File

View File

@ -1,2 +0,0 @@
pub const packages = struct {};
pub const root_deps: []const struct { []const u8, []const u8 } = &.{};