commit | 05971e04e288b0783940b7dde0ebf61f2a0bd8a1 | [log] [tgz] |
---|---|---|
author | Nathan Moinvaziri <nathan@nathanm.com> | Sat Dec 31 11:08:22 2022 -0800 |
committer | Nathan Moinvaziri <nathan@nathanm.com> | Sat Dec 31 11:09:18 2022 -0800 |
tree | bee8f62e1f2f846c2f25f31db0a0ed574d955159 | |
parent | a02cdbaa8e4ba90d17f3c03a67d5238d5196bb56 [diff] |
Added gitignore file.
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a6a2c4d --- /dev/null +++ b/.gitignore
@@ -0,0 +1,3 @@ +build/ +third-party/ +.vscode