diff options
| author | Patrick | 2026-05-14 10:47:17 +0000 |
|---|---|---|
| committer | Patrick | 2026-05-14 10:47:17 +0000 |
| commit | 0137b78397e7f50ed00d034838ffb969d1592d09 (patch) | |
| tree | de314f82dba9d26c5ae88ceef21def5e350b2ad1 /.gitignore | |
| parent | 61201853fddfe1365d8486071beb344b3b760bd0 (diff) | |
| download | reactive-zig-0137b78397e7f50ed00d034838ffb969d1592d09.tar.gz reactive-zig-0137b78397e7f50ed00d034838ffb969d1592d09.zip | |
add files
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6708eb8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.zig-cache/ +zig-out/ +result |
