- Recursively lint all production JS/JSX under src/ and shared/ - Exclude tests, mocks, and node_modules from static guard - Update TODO status - Exclude TODO.md from Docker build context
12 lines
103 B
Plaintext
12 lines
103 B
Plaintext
TODO.md
|
|
node_modules
|
|
**/node_modules
|
|
.git
|
|
tmp
|
|
data
|
|
*.log
|
|
npm-debug.log*
|
|
.DS_Store
|
|
coverage
|
|
.nyc_output
|