aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: f1974924743dfb1afae3dd61dc81e714d489dc87 (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
*.class
*.jar
*.war
*.zip
*.log

target/
log/

.idea/
.idea_modules/
*.iml
*.ipr
*.iws

.settings/
bin/
tmp/
.metadata
.classpath
.project
*.tmp
.checkstyle

/.tox
/_build/*
/__pycache__/*