diff --git a/.gitignore b/.gitignore index fed9977e..18882e5e 100644 --- a/.gitignore +++ b/.gitignore @@ -10,8 +10,8 @@ build /gradle-app.setting #ignoring intellij idea auto-generated files -**/*.iml -**/.idea +*.iml +.idea #ignoring eclipse auto-generated files/folders **/.classpath @@ -19,6 +19,9 @@ build **/.settings/ **/bin/ +#ignoring logs folder auto-generated when user_home env variable is not defined +/USER_HOME_IS_UNDEFINED/ + #document why this file needs to be ignored? should we ignore this file in any other location as well? /OtrosAppDist/classpath.txt