Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnileve authored Apr 26, 2021
1 parent ab8f903 commit fbc0427
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
.gradle
/build/

# Ignore Gradle GUI config
gradle-app.setting
# eclipse
bin
*.launch
.settings
.metadata
.classpath
.project

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# gradle
build
.gradle

# Cache of project
.gradletasknamecache
# other
eclipse
run

# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties
# Files from Forge MDK
forge*changelog.txt

0 comments on commit fbc0427

Please sign in to comment.