ACLauncher/.gitignore
2016-02-12 23:13:48 +11:00

17 lines
192 B
Text

# Ignore Everything
/*
/*/
# Except These
!/src/
!/macapp/
!/.editorconfig
!/.gitignore
!/CONTRIBUTING.md
!/CHANGELOG.md
!/Jenkinsfile
!/LICENSE
!/pom.xml
!/README.md
!/STYLE.md
!/TESTING.md