Applied-Energistics-2-tiler.../.gitignore
2017-03-02 19:48:09 +08:00

29 lines
365 B
Plaintext

# exclude all
/*
# include important folders
# need gradle
!gradle/
!gradlew
!gradlew.bat
!build.gradle
!gradle.properties
!.travis.yml
# include markdowns
!README.md
!LICENSE
!CONTRIBUTING.md
# include sourcecode
!src/
# include git important files
!.gitmodules
!.gitignore
# code format to reduce noise in git commits
!codeformat/
# exclude vim files
*.swp