Applied-Energistics-2-tiler.../.gitignore
thatsIch 54802be11f Moved API
Added temporary(!) API dependencies, will resolved via Maven later on
Added mcmod.info
Added pack.mcmeta template
Added hacked BC jar to use facades indev
Split build logic into several pieces
Update gitignore
Modify build.gradle to match changes
2014-09-26 16:14:45 +02:00

27 lines
349 B
Plaintext

# exclude all
/*
# include important folders
# need gradle
!gradle/
!gradlew
!gradlew.bat
!build.gradle
!build.properties
# include markdowns
!README.md
!License.md
# include sourcecode
!src/
# include special libs like BC
!libs/
# include git important files
!.gitmodules
!.gitignore
# code format to reduce noise in git commits
!codeformat/