Andrew Brown | 3f2521a | 2015-01-17 22:10:15 -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 | |
Andrew Brown | 3f2521a | 2015-01-17 22:10:15 -0800 | [diff] [blame] | 11 | ### Java ### |
| 12 | *.class |
| 13 | |
| 14 | # Mobile Tools for Java (J2ME) |
| 15 | .mtj.tmp/ |
| 16 | |
| 17 | # Package Files # |
| 18 | *.jar |
| 19 | *.war |
| 20 | *.ear |
| 21 | |
| 22 | # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml |
| 23 | hs_err_pid* |
| 24 | |
| 25 | # Linux temporary files |
| 26 | *~ |
Tim Coppernoll | 4898e24 | 2015-01-28 13:18:10 -0800 | [diff] [blame] | 27 | |
| 28 | # Eclipse specific project files |
| 29 | .classpath |
| 30 | .project |
| 31 | .settings |
andrewsbrown | 1839463 | 2015-08-05 19:33:29 +0100 | [diff] [blame] | 32 | |
| 33 | # Netbeans specific project files |
Alexander Afanasyev | 44cac2a | 2016-01-28 11:18:16 -0800 | [diff] [blame] | 34 | nbactions.xml |
| 35 | |
andrewsbrown | 0acf8d8 | 2016-04-22 14:16:18 -0700 | [diff] [blame] | 36 | # IntelliJ specific project files |
| 37 | .idea |
Alexander Afanasyev | 5d33eba | 2018-07-24 18:08:15 -0400 | [diff] [blame] | 38 | *.imlnbactions.xml |
| 39 | |
Alexander Afanasyev | 44cac2a | 2016-01-28 11:18:16 -0800 | [diff] [blame] | 40 | # generated files |
| 41 | bin/ |
| 42 | gen/ |
| 43 | out/ |
| 44 | obj/ |
| 45 | build/ |
| 46 | app/src/*/libs/ |
| 47 | app/src/*/obj/ |
| 48 | |
| 49 | # Local configuration file (sdk path, etc) |
| 50 | local.properties |
| 51 | |
| 52 | # Eclipse project files |
| 53 | .classpath |
| 54 | .project |
| 55 | |
| 56 | # OSX files |
| 57 | .DS_Store |
| 58 | |
| 59 | # Windows thumbnail db |
| 60 | Thumbs.db |
| 61 | |
| 62 | # IDEA/Android Studio project files, because |
| 63 | # the project can be imported from settings.gradle |
| 64 | .idea |
| 65 | *.iml |
Alexander Afanasyev | 44cac2a | 2016-01-28 11:18:16 -0800 | [diff] [blame] | 66 | |
| 67 | # Old-style IDEA project files |
| 68 | *.ipr |
| 69 | *.iws |
| 70 | |
| 71 | # Gradle cache |
| 72 | .gradle |
| 73 | gradle.properties |
| 74 | |
| 75 | # Sandbox stuff |
| 76 | _sandbox |
| 77 | |
| 78 | # Emacs stuff |
| 79 | prj.el |