aboutsummaryrefslogtreecommitdiff
path: root/examples/react/gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'examples/react/gitignore')
-rw-r--r--examples/react/gitignore32
1 files changed, 32 insertions, 0 deletions
diff --git a/examples/react/gitignore b/examples/react/gitignore
new file mode 100644
index 000000000..ee1e49b71
--- /dev/null
+++ b/examples/react/gitignore
@@ -0,0 +1,32 @@
+**/*.trace
+**/*.zip
+**/*.tar.gz
+**/*.tgz
+**/*.log
+
+package-lock.json
+**/*.bun
+
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
+
+# dependencies
+/node_modules
+/.pnp
+.pnp.js
+
+# testing
+/coverage
+
+# production
+/build
+
+# misc
+.DS_Store
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
+
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*