diff --git a/.gitignore b/.gitignore index 58b805f..a7baa03 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,12 @@ +# folders +node_modules/ +dist/ +build/ +coverage/ + +# files .DS_Store -node_modules/ \ No newline at end of file +Thumbs.db +.env +*.log +package-lock.json