| action/ | |
| results/ | |
| logs/ | |
| out/ | |
| build/ | |
| *.retry | |
| # Linux | |
| *~ | |
| # Mac | |
| .DS_Store | |
| # Gradle | |
| .gradle | |
| !/tools/build/ | |
| # Python | |
| .ipynb_checkpoints/ | |
| *.pyc | |
| # NodeJS | |
| node_modules | |
| # Vagrant | |
| .vagrant* | |
| # Eclipse | |
| tests/bin/ | |
| **/.project | |
| .settings/ | |
| .classpath | |
| .cache-main | |
| .cache-tests | |
| # IntelliJ | |
| .idea | |
| *.class | |
| *.iml | |
| # .zip files must be explicited whitelisted | |
| *.zip |