summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 0cf0b515311fe6d90adc0c4077b9c473b51d1e15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
target
build

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

#jenv
.java-version

.DS_Store
.extract
.site-content/

#eclipse files
.project 
.classpath
.settings/

#netbeans file
nbactions.xml