diff options
author | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2023-04-22 22:13:22 -0400 |
---|---|---|
committer | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2023-04-22 22:13:22 -0400 |
commit | 864c74dd1ac16274694aee4c0d2f5b52cebef246 (patch) | |
tree | 3e60e0fd8ee51ac15518d46dd1e6269628593ea6 /part1/courseinfo/.gitignore | |
parent | 13cc25a9e1a595b949c948174bd1c82fda50cc0a (diff) |
Did exercises 1.1-1.2
Diffstat (limited to 'part1/courseinfo/.gitignore')
-rw-r--r-- | part1/courseinfo/.gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/part1/courseinfo/.gitignore b/part1/courseinfo/.gitignore new file mode 100644 index 0000000..4d29575 --- /dev/null +++ b/part1/courseinfo/.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* |