diff --git a/.gitignore b/.gitignore index 8b13789..d972694 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,11 @@ +# Dependencies +/node_modules +# Cache and log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Files in template directory (when manually testing) +/template/node_modules +/template/yarn.lock