19 lines
207 B
Text
19 lines
207 B
Text
/target
|
|
/local
|
|
*.tlog
|
|
|
|
# Eclipse, Netbeans and IntelliJ files
|
|
/.*
|
|
!.gitignore
|
|
/nbproject
|
|
/*.ipr
|
|
/*.iws
|
|
*.iml
|
|
.classpath
|
|
.project
|
|
.settings
|
|
.idea
|
|
target
|
|
|
|
# Repository wide ignore mac DS_Store files
|
|
.DS_Store
|