ACLauncher/.gitignore

18 lines
192 B
Text
Raw Normal View History

2014-02-16 21:38:27 -07:00
# Ignore Everything
/*
/*/
# Except These
!/src/
!/macapp/
!/.editorconfig
2014-02-16 21:38:27 -07:00
!/.gitignore
!/CONTRIBUTING.md
!/CHANGELOG.md
!/Jenkinsfile
2014-02-16 21:38:27 -07:00
!/LICENSE
2014-04-30 04:14:22 -07:00
!/pom.xml
!/README.md
!/STYLE.md
!/TESTING.md