aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRyan Mehri <[email protected]>2020-05-09 21:46:06 -0600
committerGitHub <[email protected]>2020-05-09 21:46:06 -0600
commit3f2759dbe300058c77f70ab585a96e65c7cd091b (patch)
treed6d82a8aa1c9e1bf14ca0f25781eba45e671916d /.gitignore
parentMerge pull request #4 from jackyzha0/folder-refactor (diff)
parentadd react setup (diff)
downloadctrl-v-3f2759dbe300058c77f70ab585a96e65c7cd091b.tar.xz
ctrl-v-3f2759dbe300058c77f70ab585a96e65c7cd091b.zip
Merge pull request #5 from jackyzha0/react
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*