about summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorGenny <gen@nyble.dev>2020-02-03 14:21:42 -0600
committerGenny <gen@nyble.dev>2020-02-03 14:21:42 -0600
commit8c79ab0d5a96f89e74a070968f8787f9ba94a8c8 (patch)
tree93d0bc26f68c802860d2e8cabc2d4381eeffeb44 /.gitignore
downloadsunfright-8c79ab0d5a96f89e74a070968f8787f9ba94a8c8.tar.gz
sunfright-8c79ab0d5a96f89e74a070968f8787f9ba94a8c8.zip
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..344b319
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+# VSCode things
+.vscode
+.settings
+
+# Maven things
+target/
+
+# Genuinebyte things
+cptotest.sh
\ No newline at end of file