Alexander Afanasyev | ccb373d | 2016-01-25 11:28:18 -0800 | [diff] [blame] | 1 | # Java class files |
| 2 | *.class |
| 3 | |
Davide Pesavento | 9c1b706 | 2019-09-24 11:44:14 -0400 | [diff] [blame] | 4 | # Generated files |
Alexander Afanasyev | ccb373d | 2016-01-25 11:28:18 -0800 | [diff] [blame] | 5 | bin/ |
| 6 | gen/ |
| 7 | out/ |
| 8 | obj/ |
Alexander Afanasyev | ccb373d | 2016-01-25 11:28:18 -0800 | [diff] [blame] | 9 | app/src/*/libs/ |
| 10 | app/src/*/obj/ |
| 11 | |
Davide Pesavento | 9c1b706 | 2019-09-24 11:44:14 -0400 | [diff] [blame] | 12 | # Gradle files |
| 13 | .gradle/ |
| 14 | build/ |
| 15 | # Ignore Gradle GUI config |
| 16 | gradle-app.setting |
| 17 | # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) |
| 18 | !gradle-wrapper.jar |
| 19 | # Cache of project |
| 20 | .gradletasknamecache |
| 21 | |
Alexander Afanasyev | ccb373d | 2016-01-25 11:28:18 -0800 | [diff] [blame] | 22 | # Local configuration file (sdk path, etc) |
| 23 | local.properties |
| 24 | |
| 25 | # Eclipse project files |
| 26 | .classpath |
| 27 | .project |
| 28 | |
| 29 | # OSX files |
| 30 | .DS_Store |
| 31 | |
| 32 | # Windows thumbnail db |
| 33 | Thumbs.db |
| 34 | |
Davide Pesavento | 9c1b706 | 2019-09-24 11:44:14 -0400 | [diff] [blame] | 35 | # IntelliJ |
Alexander Afanasyev | ccb373d | 2016-01-25 11:28:18 -0800 | [diff] [blame] | 36 | *.iml |
Davide Pesavento | 9c1b706 | 2019-09-24 11:44:14 -0400 | [diff] [blame] | 37 | .idea/workspace.xml |
| 38 | .idea/tasks.xml |
| 39 | .idea/gradle.xml |
| 40 | .idea/assetWizardSettings.xml |
| 41 | .idea/dictionaries |
| 42 | .idea/libraries |
| 43 | # Android Studio 3 in .gitignore file. |
| 44 | .idea/caches |
| 45 | .idea/modules.xml |
| 46 | # Comment next line if keeping position of elements in Navigation Editor is relevant for you |
| 47 | .idea/navEditor.xml |
Alexander Afanasyev | ccb373d | 2016-01-25 11:28:18 -0800 | [diff] [blame] | 48 | |
| 49 | # Old-style IDEA project files |
| 50 | *.ipr |
| 51 | *.iws |
| 52 | |
Alexander Afanasyev | ccb373d | 2016-01-25 11:28:18 -0800 | [diff] [blame] | 53 | # Sandbox stuff |
| 54 | _sandbox |
| 55 | |
| 56 | # Emacs stuff |
| 57 | prj.el |