diff --git a/.gitignore b/.gitignore index 763accc2..6fec63b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,4 @@ -.DS_Store -node_modules -dist -TODOs.md +/dist +/node_modules *.log -test/temp +.DS_Store