Skip to content

Commit

Permalink
Filter some files (intellij)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgazul committed Aug 25, 2019
1 parent a0c4b66 commit 5c019b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ hs_err_pid*
/build/
/run/
/.settings/

# intellij
*.iml
*.ipr
*.iws
.idea/
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ archivesBaseName = "${mod_name}"

sourceCompatibility = 1.8
targetCompatibility = 1.8
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'

minecraft {
version = "${version_minecraft}-${version_forge}"
Expand Down

0 comments on commit 5c019b6

Please sign in to comment.