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

# Vagrant
.vagrant

# IntelliJ
.idea/
*.iml

# Eclipse
.project
.classpath
.settings

# Python
.tox/
__pycache__/
*.pyc
.pytest_cache/

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