diff options
| author | Fuwn <[email protected]> | 2022-08-02 12:36:41 -1000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-08-02 12:36:41 -1000 |
| commit | e6b5da35362f3b74c99e9ed3ce40cee587070748 (patch) | |
| tree | 2aad0183d2a3c163d7d0017637b6201a85b785bd /.gitignore | |
| download | zigr-e6b5da35362f3b74c99e9ed3ce40cee587070748.tar.xz zigr-e6b5da35362f3b74c99e9ed3ce40cee587070748.zip | |
feat: initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6c01262 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Zig +zig-out +zig-cache + +# Visual Studio Code +.vscode |