Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 370a03d

Browse files
author
evitwilly
committed
изменил gitignore
1 parent 4c5c121 commit 370a03d

File tree

9 files changed

+110
-12
lines changed

9 files changed

+110
-12
lines changed

‎.gitignore

Lines changed: 89 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,89 @@
1-
build/
1+
# From https://github.com/github/gitignore/blob/master/Gradle.gitignore
2+
.gradle
3+
/build/
4+
5+
# Ignore Gradle GUI config
6+
gradle-app.setting
7+
8+
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
9+
!gradle-wrapper.jar
10+
11+
# Cache of project
12+
.gradletasknamecache
13+
14+
# From https://github.com/github/gitignore/blob/master/Java.gitignore
15+
*.class
16+
17+
# Package Files #
18+
*.jar
19+
*.war
20+
*.ear
21+
22+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23+
hs_err_pid*
24+
25+
# User-specific stuff:
26+
.idea/workspace.xml
27+
.idea/tasks.xml
28+
.idea/dictionaries
29+
.idea/vcs.xml
30+
.idea/jsLibraryMappings.xml
31+
32+
# Sensitive or high-churn files:
33+
.idea/dataSources.ids
34+
.idea/dataSources.xml
35+
.idea/dataSources.local.xml
36+
.idea/sqlDataSources.xml
37+
.idea/dynamic.xml
38+
.idea/uiDesigner.xml
39+
40+
# Gradle:
41+
.idea/gradle.xml
42+
.idea/libraries
43+
44+
# Mongo Explorer plugin:
45+
.idea/mongoSettings.xml
46+
47+
## File-based project format:
48+
*.iws
49+
50+
## Plugin-specific files:
51+
52+
# IntelliJ
53+
/out/
54+
55+
# mpeltonen/sbt-idea plugin
56+
.idea_modules/
57+
58+
# JIRA plugin
59+
atlassian-ide-plugin.xml
60+
61+
# Crashlytics plugin (for Android Studio and IntelliJ)
62+
com_crashlytics_export_strings.xml
63+
crashlytics.properties
64+
crashlytics-build.properties
65+
fabric.properties
66+
67+
68+
*.DS_Store
69+
.AppleDouble
70+
.LSOverride
71+
72+
# Thumbnails
73+
._*
74+
75+
# Files that might appear in the root of a volume
76+
.DocumentRevisions-V100
77+
.fseventsd
78+
.Spotlight-V100
79+
.TemporaryItems
80+
.Trashes
81+
.VolumeIcon.icns
82+
.com.apple.timemachine.donotpresent
83+
84+
# Directories potentially created on remote AFP share
85+
.AppleDB
86+
.AppleDesktop
87+
Network Trash Folder
88+
Temporary Items
89+
.apdisk

‎.gradle/checksums/checksums.lock

0 Bytes
Binary file not shown.

‎.gradle/checksums/md5-checksums.bin

1.32 KB
Binary file not shown.

‎.gradle/checksums/sha1-checksums.bin

6.33 KB
Binary file not shown.

‎.idea/Kotlin-Algorithms-and-Design-Patterns.iml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/gradle.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/runConfigurations.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /