diff options
author | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2023-04-27 22:29:42 -0400 |
---|---|---|
committer | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2023-04-27 22:29:42 -0400 |
commit | a0b8dc6005af538f37a36d6069224b52ac9d060f (patch) | |
tree | c81288546a15e1f560193922b95f82626c04d45d /part2/courseinfo2/.gitignore | |
parent | d99c21e5731c82beee2dc2fe551663f9d2fd9575 (diff) |
ex2.1 Array.map to display unlimited components
Diffstat (limited to 'part2/courseinfo2/.gitignore')
-rw-r--r-- | part2/courseinfo2/.gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/part2/courseinfo2/.gitignore b/part2/courseinfo2/.gitignore new file mode 100644 index 0000000..4d29575 --- /dev/null +++ b/part2/courseinfo2/.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* |