aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-08-02 12:36:41 -1000
committerFuwn <[email protected]>2022-08-02 12:36:41 -1000
commite6b5da35362f3b74c99e9ed3ce40cee587070748 (patch)
tree2aad0183d2a3c163d7d0017637b6201a85b785bd /.gitignore
downloadzigr-e6b5da35362f3b74c99e9ed3ce40cee587070748.tar.xz
zigr-e6b5da35362f3b74c99e9ed3ce40cee587070748.zip
feat: initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
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