diff --git a/.gitignore b/.gitignore index 667c876b1..7bb095e63 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ node_modules bower_components .DS_Store *~ +.* # webstorm files .idea diff --git a/.npmignore b/.npmignore index 121f8379d..73decfc36 100644 --- a/.npmignore +++ b/.npmignore @@ -1,6 +1,11 @@ # Any hidden files **/.* +# Jetbrains files +*.ipr +*.iws +*.iml + # Build related stuff /build /config