ijunseong

Update : .gitignore

1 # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. 1 # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2 2
3 # dependencies 3 # dependencies
4 -/node_modules 4 +/frontend/node_modules
5 /.pnp 5 /.pnp
6 .pnp.js 6 .pnp.js
7 7
......