diff options
author | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2023-04-25 22:29:03 -0400 |
---|---|---|
committer | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2023-04-25 22:29:03 -0400 |
commit | ff58edc98a1224fa24a006b7d5273fbf0c1e2c29 (patch) | |
tree | 834647ae142f3a29a828527f16bde38ff4d411c2 /part1/unicafe/.gitignore | |
parent | 269ab61b887718ac5820b7f50cd9de3682944a5d (diff) |
ex1.6
Diffstat (limited to 'part1/unicafe/.gitignore')
-rw-r--r-- | part1/unicafe/.gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/part1/unicafe/.gitignore b/part1/unicafe/.gitignore new file mode 100644 index 0000000..4d29575 --- /dev/null +++ b/part1/unicafe/.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* |