blob: 67eb53c8466986ef82f04c4fc043d2b322ff6f33 [file] [log] [blame]
Steve Soltys2497a942017-09-20 22:42:15 -04001## Java
2*.class
3*.war
4*.ear
5hs_err_pid*
6
7## Intellij
8out/
9lib/
10.idea/
11*.ipr
12*.iws
13*.iml
14
15## Eclipse
16.classpath
17.project
18.metadata
19**/bin/
20tmp/
21*.tmp
22*.bak
23*.swp
24*~.nib
25local.properties
26.settings/
27.loadpath
28.externalToolBuilders/
29*.launch
30
31## NetBeans
32**/nbproject/private/
33build/
34nbbuild/
35dist/
36nbdist/
37nbactions.xml
38nb-configuration.xml
39
40## Gradle
41.gradle
42gradle-app.setting
43build/
44
45## OS Specific
46.DS_Store
47
48## Android
49gen/