diff options
| author | jackyzha0 <[email protected]> | 2020-05-09 20:40:01 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-09 20:40:01 -0700 |
| commit | 30dc897fb915977a94eb3f4947a7111d863c243b (patch) | |
| tree | d6d82a8aa1c9e1bf14ca0f25781eba45e671916d /.gitignore | |
| parent | Merge pull request #4 from jackyzha0/folder-refactor (diff) | |
| download | ctrl-v-30dc897fb915977a94eb3f4947a7111d863c243b.tar.xz ctrl-v-30dc897fb915977a94eb3f4947a7111d863c243b.zip | |
add react setup
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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* |