12345678910111213141516171819202122232425262728293031 |
- # Ignore folders
- target/
- /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/
- .vscode/
- # Because re-configuring the directory in the share plugin leads to side effect we ignore the file
- dependency-reduced-pom.xml
- .factorypath
- *.versionsBackup
- .sdkmanrc
|