30 lines
420 B
Plaintext
30 lines
420 B
Plaintext
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||
|
|
||
|
# Dependencies
|
||
|
/node_modules
|
||
|
/.pnp
|
||
|
.pnp.js
|
||
|
|
||
|
# Compiled Sanity Studio
|
||
|
/dist
|
||
|
|
||
|
# Temporary Sanity runtime, generated by the CLI on every dev server start
|
||
|
/.sanity
|
||
|
|
||
|
# Logs
|
||
|
/logs
|
||
|
*.log
|
||
|
|
||
|
# Coverage directory used by testing tools
|
||
|
/coverage
|
||
|
|
||
|
# Misc
|
||
|
.DS_Store
|
||
|
*.pem
|
||
|
|
||
|
# Typescript
|
||
|
*.tsbuildinfo
|
||
|
|
||
|
# Dotenv and similar local-only files
|
||
|
*.local
|