diff --git a/Android.gitignore b/Android.gitignore index d3f5d3e1..d3c4df9f 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -14,3 +14,15 @@ gen/ # Local configuration file (sdk path, etc) local.properties + +#eclipse +.project +.classpath +.settings +bin/ + +#intelliJ +.idea/workspace.xml +.idea/libraries/ +.idea/modules.xml +.idea/vcs.xml \ No newline at end of file