aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-05-06 00:03:27 +0800
committerKunoiSayami <[email protected]>2021-05-06 00:03:27 +0800
commitcbc7b3810bfe8fa750e566e7db2166ef8b7fcad1 (patch)
tree91be52074dfb0652cbfefa05f5e9ca07001ce4a8 /.gitignore
init
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..61e13df
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+# Generated by Cargo
+# will have compiled files and executables
+debug/
+target/
+
+# These are backup files generated by rustfmt
+**/*.rs.bk
+
+.idea/
+data/*
+!data/*.default
+.vscode/ \ No newline at end of file