Created
May 23, 2019 11:45
-
-
Save zkdev/3eeb4ec0d596ce0342fadc59927cf62f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .gradle | |
| /build/ | |
| # Ignore Gradle GUI config | |
| gradle-app.setting | |
| # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) | |
| !gradle-wrapper.jar | |
| # Cache of project | |
| .gradletasknamecache | |
| # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 | |
| # gradle/wrapper/gradle-wrapper.properties | |
| # eclipse | |
| bin | |
| *.launch | |
| .settings | |
| .metadata | |
| .classpath | |
| .project | |
| # idea | |
| out | |
| *.ipr | |
| *.iws | |
| *.iml | |
| .idea | |
| # gradle | |
| build | |
| .gradle | |
| # other | |
| eclipse | |
| run | |
| CREDITS.txt | |
| LICENSE.txt | |
| #paulscode | |
| LICENSE-Paulscode* | |
| #forge | |
| forge-1.* | |
| #idea | |
| .idea |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment