9
9
# Local configuration file (sdk path, etc)
10
10
local.properties
11
11
12
- # Log Files
13
- # Android Studio Navigation editor temp files
14
- # Android Studio captures folder
15
12
# Intellij
16
13
* .iml
17
14
.idea /workspace.xml
18
15
.idea /gradle.xml
19
16
.idea /dictionaries
20
- .idea /libraries
21
-
22
- # Keystore files
23
- # External native build folder generated in Android Studio 2.2 and later
24
- # Google Services (e.g. APIs or Firebase)
25
- # Freeline
26
- # ## Android Patch ###
27
- # ## IntelliJ ###
28
- # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
29
- # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
30
-
31
- # User-specific stuff:
32
- # Sensitive or high-churn files:
33
- # Mongo Explorer plugin:
34
- # # File-based project format:
35
- # # Plugin-specific files:
36
-
37
- # IntelliJ
38
- # mpeltonen/sbt-idea plugin
39
- # JIRA plugin
40
- # Cursive Clojure plugin
41
- # Crashlytics plugin (for Android Studio and IntelliJ)
42
- # ## Intellij Patch ###
43
- # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
44
-
45
- # *.iml
46
- # modules.xml
47
- # .idea/misc.xml
48
- # *.ipr
49
-
50
- # Sonarlint plugin
51
- # ## Java ###
52
- # Compiled class file
53
-
54
- # Log file
55
-
56
- # BlueJ files
57
- # Mobile Tools for Java (J2ME)
58
- # Package Files #
59
- * .jar
60
- # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
61
- # ## Linux ###
62
- # temporary files which can be created if a process still has a handle open of a deleted file
63
- # KDE directory preferences
64
- # Linux trash folder which might appear on any partition or disk
65
- # .nfs files are created when an open file is removed but is still being accessed
66
- # ## OSX ###
67
- # Icon must end with two \r
68
- # Thumbnails
69
- # Files that might appear in the root of a volume
70
- # Directories potentially created on remote AFP share
71
- # ## Windows ###
72
- # Windows thumbnail cache files
73
- # Folder config file
74
- # Recycle Bin used on file shares
75
- # Windows Installer files
76
- # Windows shortcuts
77
- # End of https://www.gitignore.io/api/android,osx,windows,linux,intellij,java
17
+ .idea /libraries
0 commit comments