Skip to content

Commit 536b531

Browse files
committed
Gradle Wrapper included
1 parent 92b3ef4 commit 536b531

File tree

3 files changed

+2
-62
lines changed

3 files changed

+2
-62
lines changed

.gitignore

+1-61
Original file line numberDiff line numberDiff line change
@@ -9,69 +9,9 @@ build/
99
# Local configuration file (sdk path, etc)
1010
local.properties
1111

12-
# Log Files
13-
# Android Studio Navigation editor temp files
14-
# Android Studio captures folder
1512
# Intellij
1613
*.iml
1714
.idea/workspace.xml
1815
.idea/gradle.xml
1916
.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

.idea/misc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle/wrapper/gradle-wrapper.jar

52.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)