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

36 lines
446 B
Plaintext
Raw Normal View History

2014-09-24 02:30:22 +02:00
# exclude all
/*
# include important folders
# need gradle
!gradle/
!gradlew
!gradlew.bat
!build.gradle
!gradle.properties
!.travis.yml
2014-09-24 02:30:22 +02:00
# include markdowns
!README.md
!LICENSE
!CONTRIBUTING.md
2022-04-08 22:02:24 +02:00
!CHANGELOG.md
!austri3Fix.md
2014-09-24 02:30:22 +02:00
# include sourcecode
!src/
# include other dependencies
!lib/
2014-09-24 02:30:22 +02:00
# include git important files
!.gitmodules
!.gitignore
2022-12-26 15:10:51 +01:00
!.clang-format
2014-09-24 02:30:22 +02:00
# code format to reduce noise in git commits
2017-03-02 12:48:09 +01:00
!codeformat/
# exclude vim files
*.swp