Andrew Brown | e1ebd67 | 2015-01-16 14:46:13 -0800 | [diff] [blame] | 1 | # Created by https://www.gitignore.io |
| 2 | |
| 3 | ### Maven ### |
| 4 | target/ |
| 5 | pom.xml.tag |
| 6 | pom.xml.releaseBackup |
| 7 | pom.xml.versionsBackup |
| 8 | pom.xml.next |
| 9 | release.properties |
| 10 | |
| 11 | |
| 12 | ### Java ### |
| 13 | *.class |
| 14 | |
| 15 | # Mobile Tools for Java (J2ME) |
| 16 | .mtj.tmp/ |
| 17 | |
Andrew Brown | e1ebd67 | 2015-01-16 14:46:13 -0800 | [diff] [blame] | 18 | # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml |
| 19 | hs_err_pid* |
| 20 | |
| 21 | # Linux temporary files |
| 22 | *~ |
Alexander Afanasyev | 8e9330f | 2016-01-25 19:13:40 -0800 | [diff] [blame] | 23 | |
| 24 | # Eclipse specific project files |
| 25 | .classpath |
| 26 | .project |
| 27 | .settings |
| 28 | |
| 29 | # Netbeans specific project files |
| 30 | nbactions.xml |
| 31 | |
| 32 | # generated files |
| 33 | bin/ |
| 34 | gen/ |
| 35 | out/ |
| 36 | obj/ |
| 37 | build/ |
| 38 | app/src/*/libs/ |
| 39 | app/src/*/obj/ |
| 40 | |
| 41 | # Local configuration file (sdk path, etc) |
| 42 | local.properties |
| 43 | |
| 44 | # Eclipse project files |
| 45 | .classpath |
| 46 | .project |
| 47 | |
| 48 | # OSX files |
| 49 | .DS_Store |
| 50 | |
| 51 | # Windows thumbnail db |
| 52 | Thumbs.db |
| 53 | |
| 54 | # IDEA/Android Studio project files, because |
| 55 | # the project can be imported from settings.gradle |
| 56 | .idea |
| 57 | *.iml |
| 58 | nb-configuration.xml |
| 59 | |
| 60 | # Old-style IDEA project files |
| 61 | *.ipr |
| 62 | *.iws |
| 63 | |
| 64 | # Gradle cache |
| 65 | .gradle |
| 66 | gradle.properties |
| 67 | |
| 68 | # Sandbox stuff |
| 69 | _sandbox |
| 70 | |
| 71 | # Emacs stuff |
| 72 | prj.el |