aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 4d56716b4b84c584b039d7257f2cc64b39685177 (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
# ignore IDEA files
*.iml
*.ipr
*.iws
.idea
# ignore eclipse files
.project
.classpath
.settings
.scala_dependencies
.externalToolBuilders
.factorypath
# ignore others
out
src/test/mod-test
classes
.cache
.DS_Store
.gradle
.springBeans
bin
build
*.pyc

# Ignore Gradle GUI config
gradle-app.setting