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