summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 2489cb0562c07b8a50d8ae67cc216bc82f11c3b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Jupyter
.ipynb_checkpoints

# Java
*.class
*.log
*.ctxt
.mtj.tmp/
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
hs_err_pid*
replay_pid*

# JS
node_modules