12345678910111213141516171819202122232425262728293031323334353637383940 |
- # Compiled class file
- *.class
- # Eclipse
- .project
- .classpath
- .settings/
- # Intellij
- *.ipr
- *.iml
- *.iws
- .idea/
- # Maven
- target/
- # Gradle
- build
- .gradle
- # Log file
- *.log
- log/
- # out
- **/out/
- # Mac
- .DS_Store
- # others
- *.jar
- *.war
- *.zip
- *.tar
- *.tar.gz
- *.pid
- *.orig
- temp/
|