Applied-Energistics-2-tiler.../.gitignore

36 lines
446 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
!CHANGELOG.md
!austri3Fix.md
# include sourcecode
!src/
# include other dependencies
!lib/
# include git important files
!.gitmodules
!.gitignore
!.clang-format
# code format to reduce noise in git commits
!codeformat/
# exclude vim files
*.swp