diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -1,2 +1,19 @@ -node_modules/ -.cache/
\ No newline at end of file +.cache/ + +# dependencies +/node_modules +/.pnp +.pnp.js + +# yarn +.yarn/* +!.yarn/cache +!.yarn/patches +!.yarn/releases +!.yarn/plugins +!.yarn/sdks +!.yarn/versions + +npm-debug.log* +yarn-debug.log* +yarn-error.log*
\ No newline at end of file |
