diff --git a/.gitignore b/.gitignore index 556ff6c8..ea4b5b80 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ *.log .DS_Store -/themes/* -!.gitkeep +.idea node_modules -/lib/ -.idea \ No newline at end of file +themes/ +lib/ + +# exceptions +!.gitkeep \ No newline at end of file