diff options
author | 2024-06-27 16:15:51 +0530 | |
---|---|---|
committer | 2024-06-27 16:15:51 +0530 | |
commit | e98952d946913b4bc1672ead042339d66d491b35 (patch) | |
tree | 96706645f37f8379fa35001c172eaee88c5fe7b4 /client/.gitignore | |
parent | 26dc4df1218e6d7235fc196b556da122054247df (diff) | |
download | insta-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/.gitignore | 23 |
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* |