• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2# Created by https://www.gitignore.io/api/androidstudio
3
4### AndroidStudio ###
5# Covers files to be ignored for android development using Android Studio.
6
7# Built application files
8*.apk
9*.ap_
10
11# Files for the ART/Dalvik VM
12*.dex
13
14# Java class files
15*.class
16
17# Generated files
18bin/
19gen/
20out/
21
22# Gradle files
23.gradle
24.gradle/
25build/
26
27# Signing files
28.signing/
29
30# Local configuration file (sdk path, etc)
31local.properties
32
33# Proguard folder generated by Eclipse
34proguard/
35
36# Log Files
37*.log
38
39# Android Studio
40/*/build/
41/*/local.properties
42/*/out
43/*/*/build
44/*/*/production
45captures/
46.navigation/
47*.ipr
48*~
49*.swp
50
51# Android Patch
52gen-external-apklibs
53
54# External native build folder generated in Android Studio 2.2 and later
55.externalNativeBuild
56
57# NDK
58obj/
59
60# IntelliJ IDEA
61*.iml
62*.iws
63/out/
64
65# User-specific configurations
66.idea/caches/
67.idea/libraries/
68.idea/shelf/
69.idea/workspace.xml
70.idea/tasks.xml
71.idea/.name
72.idea/compiler.xml
73.idea/copyright/profiles_settings.xml
74.idea/encodings.xml
75.idea/misc.xml
76.idea/modules.xml
77.idea/scopes/scope_settings.xml
78.idea/dictionaries
79.idea/vcs.xml
80.idea/jsLibraryMappings.xml
81.idea/datasources.xml
82.idea/dataSources.ids
83.idea/sqlDataSources.xml
84.idea/dynamic.xml
85.idea/uiDesigner.xml
86
87# OS-specific files
88.DS_Store
89.DS_Store?
90._*
91.Spotlight-V100
92.Trashes
93ehthumbs.db
94Thumbs.db
95
96# Legacy Eclipse project files
97.classpath
98.project
99.cproject
100.settings/
101
102# Mobile Tools for Java (J2ME)
103.mtj.tmp/
104
105# Package Files #
106*.war
107*.ear
108
109# virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
110hs_err_pid*
111
112## Plugin-specific files:
113
114# mpeltonen/sbt-idea plugin
115.idea_modules/
116
117# JIRA plugin
118atlassian-ide-plugin.xml
119
120# Mongo Explorer plugin
121.idea/mongoSettings.xml
122
123# Crashlytics plugin (for Android Studio and IntelliJ)
124com_crashlytics_export_strings.xml
125crashlytics.properties
126crashlytics-build.properties
127fabric.properties
128
129### AndroidStudio Patch ###
130
131!/gradle/wrapper/gradle-wrapper.jar
132
133
134# End of https://www.gitignore.io/api/androidstudio