Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
radfast authored Feb 24, 2018
1 parent fbaf6b8 commit d73779e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Desktop.ini
dist
build
eggs
parts
#parts
bin
var
sdist
Expand All @@ -216,3 +216,14 @@ pip-log.txt
.DS_Store

*.xcf

#if miccore is in dependencies folder
dependencies/main/resources/micdoodlecore_at.deobf
dependencies/main/resources/micdoodlecore_at.cfg
dependencies/main/resources/META-INF/MANIFEST.MF
dependencies/main/java/micdoodle8/mods/miccore/*
dependencies/main/java/codechicken/core/CCUpdateChecker.java

#gradle
gradle/wrapper/
gradlew

0 comments on commit d73779e

Please sign in to comment.