| # Java class files |
| *.class |
| |
| # Generated files |
| bin/ |
| gen/ |
| out/ |
| obj/ |
| app/src/*/libs/ |
| app/src/*/obj/ |
| |
| # Gradle files |
| .gradle/ |
| build/ |
| # Ignore Gradle GUI config |
| gradle-app.setting |
| # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) |
| !gradle-wrapper.jar |
| # Cache of project |
| .gradletasknamecache |
| |
| # Local configuration file (sdk path, etc) |
| local.properties |
| |
| # Eclipse project files |
| .classpath |
| .project |
| |
| # OSX files |
| .DS_Store |
| |
| # Windows thumbnail db |
| Thumbs.db |
| |
| # IntelliJ |
| *.iml |
| .idea/workspace.xml |
| .idea/tasks.xml |
| .idea/gradle.xml |
| .idea/assetWizardSettings.xml |
| .idea/dictionaries |
| .idea/libraries |
| # Android Studio 3 in .gitignore file. |
| .idea/caches |
| .idea/modules.xml |
| # Comment next line if keeping position of elements in Navigation Editor is relevant for you |
| .idea/navEditor.xml |
| |
| # Old-style IDEA project files |
| *.ipr |
| *.iws |
| |
| # Sandbox stuff |
| _sandbox |
| |
| # Emacs stuff |
| prj.el |