aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 926a9d448fc1e87a395fa9413e823d09af58d024 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
target
build

#idea files
*.iml
.idea
*.ipr
*.iws

#jenv
.java-version

.DS_Store
.extract
.site-content/

#eclipse files
.project 
.classpath
.settings/