summaryrefslogtreecommitdiff
path: root/dot-gitignore
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2023-03-29 23:57:06 -0400
committerSteph Enders <steph@senders.io>2023-03-29 23:57:06 -0400
commitce3c677dd40eb7b9d5a967a86e691e3a83ef4d58 (patch)
tree43b442178c2d228f01c84ad1989b16fdff1125a1 /dot-gitignore
parent76e0ffa04a972d0bfb2119b1540267c12efeb5f5 (diff)
Clean-up .stowrc and allow stowing gitignore
I think it may be built into the software, or just a sideeffect of ignoring .git - there doesn't SEEM to be anything I can do bypass this - so the EASIEST thing to do is simply revert back to using dot-gitignore which I had before. But since there is the .config folder issue - I am going to make this the only file using dot- . Which is fine, sine .gitignore in a repo TYPICALLY is specific to that repository anyway
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
+
+