ACLauncher/.gitignore
2019-06-09 06:43:59 +10:00

27 lines
302 B
Text

# Ignore Everything
/*
/*/
# Except These
!/.circleci/
!/.github/
!/.mvn/
!/.vscode/launch.json
!/getMemory/
!/src/
!/macapp/
!/.editorconfig
!/.gitignore
!/CONTRIBUTING.md
!/CHANGELOG.md
!/Jenkinsfile
!/LICENSE
!/mvnw
!/mvnw.cmd
!/pom.xml
!/README.md
!/STYLE.md
!/TESTING.md
# OS X things
.DS_Store