.DS_Store
public/

# Ignore artifacts:
build
coverage

# Ignore all HTML files:
*.html

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

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

# Ignore editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*
