.DS_Store
node_modules
package-lock.json
.yarn/
.yarnrc.yml
/dist
/app
/coverage
/test-user-creds.json
/test-runner
/temp

# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Editor directories and files
.idea
.vscode
.history
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# Tmp files
.~*
/app/
