summaryrefslogtreecommitdiff
path: root/dot-gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'dot-gitignore')
-rw-r--r--dot-gitignore27
1 files changed, 27 insertions, 0 deletions
diff --git a/dot-gitignore b/dot-gitignore
new file mode 100644
index 0000000..fe19d1c
--- /dev/null
+++ b/dot-gitignore
@@ -0,0 +1,27 @@
+# vim
+*.sw*
+
+# emacs
+*.*~
+
+
+# intellij
+.idea
+out
+
+# Java
+target
+*.class
+
+# Scala
+.sbt
+.ivy
+.bsp
+
+# nodejs
+node_modules
+
+# C
+*.out
+
+