ACLauncher/.gitignore

25 lines
276 B
Text

# Ignore Everything
/*
/*/
# Except These
!/.vscode/launch.json
!/.github/
!/.mvn/
!/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