aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 568d66afed73be013ddea8478a72919dbf33d2d6 (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
# Maven
target/
build/

# Vagrant
.vagrant

# IntelliJ
.idea/
*.iml

# Eclipse
.project
.classpath
.settings

# Python
.tox/
__pycache__/
*.pyc

npm-debug.log
node_modules/
node_install/
test_output/
test-output/
dist/