20 lines
217 B
Text
20 lines
217 B
Text
# Ignore Everything
|
|
/*
|
|
/*/
|
|
|
|
# Except These
|
|
!/src/
|
|
!/macapp/
|
|
!/.editorconfig
|
|
!/.gitignore
|
|
!/CONTRIBUTING.md
|
|
!/CHANGELOG.md
|
|
!/Jenkinsfile
|
|
!/LICENSE
|
|
!/pom.xml
|
|
!/README.md
|
|
!/STYLE.md
|
|
!/TESTING.md
|
|
|
|
# OS X things
|
|
.DS_Store
|