|
1 | | -# Created by https://www.gitignore.io/api/android,java,intellij |
| 1 | +# Gradle files |
| 2 | +.gradle/ |
| 3 | +build/ |
2 | 4 |
|
3 | | -*.iml |
4 | | - |
5 | | -### Android ### |
6 | | -# Built application files |
7 | | -*.apk |
8 | | -*.ap_ |
9 | | - |
10 | | -# Files for the Dalvik VM |
11 | | -*.dex |
12 | | - |
13 | | -# Java class files |
14 | | -*.class |
15 | | - |
16 | | -# Generated files |
17 | | -bin/ |
18 | | -gen/ |
19 | | - |
20 | | -# Gradle files |
21 | | -.gradle/ |
22 | | -build/ |
23 | | - |
24 | | -# Local configuration file (sdk path, etc) |
25 | | -local.properties |
26 | | - |
27 | | -# Proguard folder generated by Eclipse |
28 | | -proguard/ |
29 | | - |
30 | | -xactmobile/class_files.txt |
31 | | -xactmobile/mapping.txt |
32 | | -xactmobile/seeds.txt |
33 | | - |
34 | | -# Log Files |
35 | | -*.log |
36 | | - |
37 | | -# Android Studio Navigation editor temp files |
38 | | -.navigation/ |
39 | | - |
40 | | -### Android Patch ### |
41 | | -gen-external-apklibs |
42 | | - |
43 | | - |
44 | | -### Java ### |
45 | | -*.class |
46 | | - |
47 | | -# Mobile Tools for Java (J2ME) |
48 | | -.mtj.tmp/ |
49 | | - |
50 | | -# Package Files # |
51 | | -#*.jar |
52 | | -*.war |
53 | | -*.ear |
54 | | - |
55 | | -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml |
56 | | -hs_err_pid* |
57 | | - |
58 | | - |
59 | | -### Intellij ### |
60 | | -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio |
61 | | - |
62 | | -*.iml |
63 | | - |
64 | | -## Directory-based project format: |
65 | | -.idea/ |
66 | | -# if you remove the above rule, at least ignore the following: |
67 | | - |
68 | | -# User-specific stuff: |
69 | | -.idea/workspace.xml |
70 | | -.idea/tasks.xml |
71 | | -.idea/dictionaries |
72 | | - |
73 | | -# Sensitive or high-churn files: |
74 | | -.idea/dataSources.ids |
75 | | -.idea/dataSources.xml |
76 | | -.idea/sqlDataSources.xml |
77 | | -.idea/dynamic.xml |
78 | | -.idea/uiDesigner.xml |
79 | | - |
80 | | -# Gradle: |
81 | | -.idea/gradle.xml |
82 | | -.idea/libraries |
83 | | - |
84 | | -# Mongo Explorer plugin: |
85 | | -.idea/mongoSettings.xml |
86 | | - |
87 | | -## File-based project format: |
88 | | -*.ipr |
89 | | -*.iws |
90 | | - |
91 | | -## Plugin-specific files: |
92 | | - |
93 | | -# IntelliJ |
94 | | -/out/ |
95 | | - |
96 | | -# mpeltonen/sbt-idea plugin |
97 | | -.idea_modules/ |
98 | | - |
99 | | -# JIRA plugin |
100 | | -atlassian-ide-plugin.xml |
101 | | - |
102 | | -# Crashlytics plugin (for Android Studio and IntelliJ) |
103 | | -com_crashlytics_export_strings.xml |
104 | | -crashlytics.properties |
105 | | -crashlytics-build.properties |
106 | | - |
107 | | -xactmobile/.DS_Store~64be78fe3602626c61b52bcbfd09e09a6107b50a |
108 | | -xactmobile/.DS_Store~HEAD |
109 | | -oslab-viewpager/._.DS_Store |
110 | | -oslab-viewpager/src/main/.DS_Store |
111 | | -oslab-viewpager/src/main/._.DS_Store |
112 | | -oslab-viewpager/src/main/res/.DS_Store |
113 | | -oslab-viewpager/src/main/res/._.DS_Store |
114 | | -oslab-viewpager/.gitignore |
115 | | -oslab-materialdesign/.DS_Store |
116 | | -oslab-materialdesign/._.DS_Store |
117 | | -oslab-materialdesign/src/.DS_Store |
118 | | -oslab-materialdesign/src/._.DS_Store |
119 | | -oslab-materialdesign/src/main/.DS_Store |
120 | | -oslab-materialdesign/src/main/._.DS_Store |
121 | | -oslab-materialdesign/src/main/res/.DS_Store |
122 | | -oslab-materialdesign/src/main/res/._.DS_Store |
| 5 | +# Local configuration file (sdk path, etc) |
| 6 | +local.properties |
| 7 | + |
| 8 | +# Android Studio generated folders |
| 9 | +.navigation/ |
| 10 | +captures/ |
| 11 | +.externalNativeBuild |
| 12 | + |
| 13 | +# IntelliJ project files |
| 14 | +*.iml |
| 15 | +.idea/ |
| 16 | + |
| 17 | +# Misc |
| 18 | +.DS_Store |
| 19 | + |
| 20 | +# Keystore files |
| 21 | +*.jks |
0 commit comments