Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
alalwww committed May 2, 2019
1 parent 808722b commit e552692
Showing 1 changed file with 20 additions and 22 deletions.
42 changes: 20 additions & 22 deletions .gitignore
@@ -1,31 +1,29 @@
.DS_Store
Thumbs.db

# gradle
build
.gradle
gradle.properties

*.class
*.jpage

/src/main/resources/version.properties
/.modrevision

# eclipse
bin
*.launch
.settings
.metadata
.classpath
.project
.settings
.checkstyle
.pydevproject
.groovy
.README.md.html
bin/
build/
eclipse/
run/
olds/
gradle-app.setting

.idea
*.iml
# idea
out
*.ipr
*.iws
*.ids
*.iml
.idea

.DS_Store
Thumbs.db
# other
eclipse
run

# Files from Forge MDK
forge*changelog.txt

0 comments on commit e552692

Please sign in to comment.