summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: ada321ea1dc534abcb408f3dfc6cf82d5fc80332 (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
# Jupyter
.ipynb_checkpoints

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

## IntelliJ IDEA
.idea
.run

# JS
node_modules
package-lock.json