summaryrefslogtreecommitdiff
path: root/dot-gitignore
blob: fe19d1c11ad8440903b4a1a1f467f5b4351b1b6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# vim 
*.sw*

# emacs
*.*~


# intellij
.idea
out

# Java
target
*.class

# Scala
.sbt
.ivy
.bsp

# nodejs
node_modules

# C
*.out