From ae910e25c4f29f25f4f384248e163220693f9647 Mon Sep 17 00:00:00 2001 From: mindol1004 Date: Thu, 3 Mar 2022 16:36:34 +0900 Subject: [PATCH] commit --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.gitignore b/.gitignore index c2065bc2..29808870 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,27 @@ out/ ### VS Code ### .vscode/ + +# 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* \ No newline at end of file