12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- # Eclipse project files
- .project
- .classpath
- .settings
- # IntelliJ IDEA project files and directories
- *.iml
- *.ipr
- *.iws
- .idea/
- # Geany project file
- .geany
- # KDevelop project file and directory
- .kdev4/
- *.kdev4
- # Build targets
- /target
- */target
- # Report directories
- /reports
- */reports
- # Mac-specific directory that no other operating system needs.
- .DS_Store
- # JVM crash logs
- hs_err_pid*.log
- dependency-reduced-pom.xml
- */.unison.*
- # exclude mainframer files
- mainframer
- .mainframer
- # exclude docker-sync stuff
- .docker-sync
- */.docker-sync
- .project
- /target/
- target/
- .classpath
- .settings/
- META-INF/
- build.properties
- .idea/
- src/target/
- .DS_Store
- *.iml
- */target/
- *.class
- *.log
- tools/target/
- *.class
- # Log file
- *.log
- .fbprefs
- .gitattributes
- .github/
- .mvn/
- /oauth2-shiro-jwt/src/main/resources/application-prod.properties
|