#--- readme files
*.md

#--- project config files
.*

#--- helm
/helm/

#--- circleci
/.circleci/

#--- IntelliJ (IDE)
/.idea/


#--- VSCode (IDE)
/.vscode/


#--- OSX, swap files, etc.
.DS_Store


#--- Node.js, NPM, and yarn
/node_modules/
/npm-debug.log


#--- Intermediate Project files

## Build output directories
/build/
/dist*/
/build-test/
/test-js/
/build-test-integration/

## Coverage testing output
/.nyc_output/
/coverage/

## ios and android folders for RN clients
/ios/
/android/
