246abe0dd9
* chore: add docker ignore in root path * chore: add docker ignore in root path * chore: remove * chore: remove some more * chore: remove some more * Removed unnecessary whitespace --------- Co-authored-by: Keith Williams <keithwillcode@gmail.com>
37 lines
315 B
Plaintext
37 lines
315 B
Plaintext
# Dependencies
|
|
node_modules
|
|
**/node_modules
|
|
|
|
# Build outputs
|
|
.next
|
|
**/.next
|
|
dist
|
|
**/dist
|
|
build
|
|
**/build
|
|
|
|
# Git
|
|
.git
|
|
.github
|
|
|
|
# Testing
|
|
coverage
|
|
**/coverage
|
|
test-results
|
|
**/test-results
|
|
.turbo
|
|
**/.turbo
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Examples and docs
|
|
docs
|