aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorjackyzha0 <[email protected]>2020-05-09 20:40:01 -0700
committerjackyzha0 <[email protected]>2020-05-09 20:40:01 -0700
commit30dc897fb915977a94eb3f4947a7111d863c243b (patch)
treed6d82a8aa1c9e1bf14ca0f25781eba45e671916d /.gitignore
parentMerge pull request #4 from jackyzha0/folder-refactor (diff)
downloadctrl-v-30dc897fb915977a94eb3f4947a7111d863c243b.tar.xz
ctrl-v-30dc897fb915977a94eb3f4947a7111d863c243b.zip
add react setup
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 11 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 20ec22f..eae8e6c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,14 @@
.env
.idea
go.sum
-.DS_Store \ No newline at end of file
+.DS_Store
+
+frontend/node_modules
+frontend/build
+frontend/.pnp
+frontend/yarn.lock
+.pnp.js
+
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*