aboutsummaryrefslogtreecommitdiffstats
path: root/sanity/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'sanity/.gitignore')
-rw-r--r--sanity/.gitignore26
1 files changed, 26 insertions, 0 deletions
diff --git a/sanity/.gitignore b/sanity/.gitignore
new file mode 100644
index 0000000..5d48895
--- /dev/null
+++ b/sanity/.gitignore
@@ -0,0 +1,26 @@
+# 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