ACLauncher/.gitignore
2019-06-02 18:36:57 +10:00

22 lines
250 B
Text

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