typo in markdown format
[AndroidWeatherInformation] / .gitignore
1 # Built application files
2 *.apk
3 *.ap_
4
5 # Files for the Dalvik VM
6 *.dex
7
8 # Java class files
9 *.class
10
11 # Generated files
12 bin/
13 gen/
14
15 # Gradle files
16 .gradle/
17 build/
18
19 # Ignore Gradle GUI config
20 gradle-app.setting
21
22 # Local configuration file (sdk path, etc)
23 local.properties
24
25 # Proguard folder generated by Eclipse
26 proguard/
27
28 # Log Files
29 *.log
30
31 #Eclipse
32 .classpath
33 .project
34 .settings
35
36 # Maven
37 target
38
39 # From: https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
40 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
41 *.iml
42 ## Directory-based project format:
43 .idea/
44 # if you remove the above rule, at least ignore the following:
45 # User-specific stuff:
46 # .idea/workspace.xml
47 # .idea/tasks.xml
48 # .idea/dictionaries
49 # Sensitive or high-churn files:
50 # .idea/dataSources.ids
51 # .idea/dataSources.xml
52 # .idea/sqlDataSources.xml
53 # .idea/dynamic.xml
54 # .idea/uiDesigner.xml
55 # Gradle:
56 # .idea/gradle.xml
57 # .idea/libraries
58 # Mongo Explorer plugin:
59 # .idea/mongoSettings.xml
60 ## File-based project format:
61 *.ipr
62 *.iws
63 ## Plugin-specific files:
64 # IntelliJ
65 out/
66 # mpeltonen/sbt-idea plugin
67 .idea_modules/
68 # JIRA plugin
69 atlassian-ide-plugin.xml
70 # Crashlytics plugin (for Android Studio and IntelliJ)
71 com_crashlytics_export_strings.xml