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