ACLauncher/.gitignore

28 lines
302 B
Text
Raw Normal View History

2014-02-16 21:38:27 -07:00
# Ignore Everything
/*
/*/
# Except These
2019-06-08 13:43:59 -07:00
!/.circleci/
!/.github/
!/.mvn/
2019-06-08 13:43:59 -07:00
!/.vscode/launch.json
!/getMemory/
2014-02-16 21:38:27 -07:00
!/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
!/mvnw
!/mvnw.cmd
2014-04-30 04:14:22 -07:00
!/pom.xml
!/README.md
!/STYLE.md
!/TESTING.md
# OS X things
.DS_Store