32 строки
469 B
Plaintext
32 строки
469 B
Plaintext
# Ignore folders
|
|
target/
|
|
bin/
|
|
/config
|
|
/.idea
|
|
/out
|
|
|
|
# Do not ignore them
|
|
!.idea/copyright
|
|
!.idea/inspectionProfiles
|
|
!.idea/scopes
|
|
!.idea/codeStyleSettings.xml
|
|
!.idea/vcs.xml
|
|
|
|
# Ignore files
|
|
access.properties
|
|
mail.properties
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
.sts4-cache/
|
|
|
|
# Because re-configuring the directory in the share plugin leads to side effect we ignore the file
|
|
dependency-reduced-pom.xml
|
|
.factorypath
|
|
|
|
# Ignore OSX autogenerated files
|
|
.DS_Store
|