1234567891011121314151617181920212223242526272829303132333435 |
- # Created by .ignore support plugin (hsz.mobi)
- # Operating System Files
- *.DS_Store
- Thumbs.db
- *.sw?
- .#*
- *#
- *~
- *.sublime-*
- # Build Artifacts
- .gradle/
- build/
- target/
- bin/
- dependency-reduced-pom.xml
- # Eclipse Project Files
- .classpath
- .project
- .settings/
- # IntelliJ IDEA Files
- *.iml
- *.ipr
- *.iws
- *.idea
- # other code repositories
- .svn
|