27 lines
302 B
Text
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
|