1234567891011121314151617181920212223242526 |
- **/target/
- **/.gitignore
- # IntelliJ project files
- .idea
- *.iml
- **/out
- html
- # Eclipse project files
- **/.classpath
- **/.project
- **/.settings/
- **/bin/
- # gradle
- .gradle
- **/build
- # MacOS
- .DS_Store
- /repo/
- /gradle/
- /gradlew
- /gradlew.bat
|