Skip to content

Commit

Permalink
Add .jar files to .gitignore
Browse files Browse the repository at this point in the history
Adds .jar files to .gitignore so that they don't get repeatedly added to
the GitHub tree, or updated, or all of that.
  • Loading branch information
GynoidDoesGames committed Feb 14, 2019
1 parent 1b4f789 commit ed62ff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -8,6 +8,7 @@ target/
*.class
*.log
*.iml
*.jar

# Ignore all generic character images
res/images/characters/generic/

0 comments on commit ed62ff9

Please sign in to comment.