24 lines
278 B
Plaintext
24 lines
278 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# Dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Turbo
|
|
.turbo
|
|
|
|
|
|
# Build Outputs
|
|
output-file.txt
|
|
a-different-file.txt
|
|
dist
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Misc
|
|
.DS_Store
|