aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2022-02-01 15:33:33 -0800
committer1029chris <1029chris@gmail.com>2022-02-01 15:33:33 -0800
commit3d04cb9319f128da84f853f99d68dde3a6a4f602 (patch)
tree85e7d4d3400112e05694c6b805f8ecebc94af46b /.gitignore
parent0ea92aa113aba8ba158c222eb06c3ebeb905b15f (diff)
Added pico8 api definitions, made gitignore ignore vscode settings
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..725b079
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+#I feel it would be bad manners to sync the VSCode settings folder.
+.vscode/ \ No newline at end of file