diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2025-03-11 16:30:50 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2025-03-11 16:30:57 +0900 |
commit | 601c886f4b40d6a513563b5a883010633e52bf43 (patch) | |
tree | c3d61263fcce505f7ceea2decd945ae8622e3f06 /.gitignore | |
parent | 51e9c41ab5ff1e0858630256b78565db16496cb4 (diff) | |
download | gfz-main.tar.gz |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e73c965..3389c86 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -zig-cache/ +.zig-cache/ zig-out/ |