# dependencies
**/node_modules/*

# generated files
**/__generated__/*
**/messages/*

# testing
test-results/

# app files
**/proxy/*
**/scripts/*
android-hosts-file

# build artifacts
**/.next/*
**/build/*
**/dist/*
**/esnext/*
**/module/*
**/out/*
**/service-worker.js
**/types/*

# more-ui build artifacts, with alt paths because eslint is weird about pathing sometimes
**/more-ui/styles/*
**/styles/Styles*
**/styles/tachyonStyle*

# player-core build artifacts
**/public/player-core/*

# laser-array build artifacts
**/public/localeMessages.js

# unlintable file types
*.csv
*.d.ts.map
*.graphql
*.groovy
*.html
*.ico
*.jpg
*.json
*.lock
*.log
*.md
*.pem
*.png
*.svg
*.txt
*.yaml
*.yml
*.xml
*.mp4
Dockerfile*
