diff options
author | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2023-06-18 01:53:37 -0400 |
---|---|---|
committer | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2023-06-18 01:58:08 -0400 |
commit | cbaabb55447e63a1fc0248fe3a2b5bb47eb71735 (patch) | |
tree | fd02b761304a17b817088a86446155dc80f23da0 /part4/blog/.gitignore | |
parent | 9f0fd764b643b5af8407435314fb23d10520ff76 (diff) |
ex4.1 project structuring with node
Diffstat (limited to 'part4/blog/.gitignore')
-rw-r--r-- | part4/blog/.gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/part4/blog/.gitignore b/part4/blog/.gitignore new file mode 100644 index 0000000..4d29575 --- /dev/null +++ b/part4/blog/.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* |