summaryrefslogtreecommitdiffstats
path: root/client/.gitignore
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-06-27 16:15:51 +0530
committerLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-06-27 16:15:51 +0530
commite98952d946913b4bc1672ead042339d66d491b35 (patch)
tree96706645f37f8379fa35001c172eaee88c5fe7b4 /client/.gitignore
parent26dc4df1218e6d7235fc196b556da122054247df (diff)
downloadinsta-local-e98952d946913b4bc1672ead042339d66d491b35.tar.gz
insta-local-e98952d946913b4bc1672ead042339d66d491b35.tar.bz2
insta-local-e98952d946913b4bc1672ead042339d66d491b35.zip
added react app
Diffstat (limited to 'client/.gitignore')
-rw-r--r--client/.gitignore23
1 files changed, 23 insertions, 0 deletions
diff --git a/client/.gitignore b/client/.gitignore
new file mode 100644
index 0000000..4d29575
--- /dev/null
+++ b/client/.gitignore
@@ -0,0 +1,23 @@
+# 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*