Skip to content

Commit 2277658

Browse files
committed
Update .gitignore for macOS and Kotlin
1 parent 54d2026 commit 2277658

File tree

1 file changed

+61
-10
lines changed

1 file changed

+61
-10
lines changed

.gitignore

Lines changed: 61 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Created by https://www.toptal.com/developers/gitignore/api/android,androidstudio
2-
# Edit at https://www.toptal.com/developers/gitignore?templates=android,androidstudio
1+
# Created by https://www.toptal.com/developers/gitignore/api/android,androidstudio,macos,kotlin
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=android,androidstudio,macos,kotlin
33

44
### Android ###
55
# Gradle files
@@ -42,6 +42,64 @@ gen-external-apklibs
4242
# Replacement of .externalNativeBuild directories introduced
4343
# with Android Studio 3.5.
4444

45+
### Kotlin ###
46+
# Compiled class file
47+
*.class
48+
49+
# Log file
50+
51+
# BlueJ files
52+
*.ctxt
53+
54+
# Mobile Tools for Java (J2ME)
55+
.mtj.tmp/
56+
57+
# Package Files #
58+
*.jar
59+
*.war
60+
*.nar
61+
*.ear
62+
*.zip
63+
*.tar.gz
64+
*.rar
65+
66+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
67+
hs_err_pid*
68+
replay_pid*
69+
70+
### macOS ###
71+
# General
72+
.DS_Store
73+
.AppleDouble
74+
.LSOverride
75+
76+
# Icon must end with two \r
77+
Icon
78+
79+
80+
# Thumbnails
81+
._*
82+
83+
# Files that might appear in the root of a volume
84+
.DocumentRevisions-V100
85+
.fseventsd
86+
.Spotlight-V100
87+
.TemporaryItems
88+
.Trashes
89+
.VolumeIcon.icns
90+
.com.apple.timemachine.donotpresent
91+
92+
# Directories potentially created on remote AFP share
93+
.AppleDB
94+
.AppleDesktop
95+
Network Trash Folder
96+
Temporary Items
97+
.apdisk
98+
99+
### macOS Patch ###
100+
# iCloud generated files
101+
*.icloud
102+
45103
### AndroidStudio ###
46104
# Covers files to be ignored for android development using Android Studio.
47105

@@ -53,7 +111,6 @@ gen-external-apklibs
53111
*.dex
54112

55113
# Java class files
56-
*.class
57114

58115
# Generated files
59116
bin/
@@ -134,14 +191,10 @@ obj/
134191
.settings/
135192

136193
# Mobile Tools for Java (J2ME)
137-
.mtj.tmp/
138194

139195
# Package Files #
140-
*.war
141-
*.ear
142196

143197
# virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
144-
hs_err_pid*
145198

146199
## Plugin-specific files:
147200

@@ -164,6 +217,4 @@ fabric.properties
164217

165218
!/gradle/wrapper/gradle-wrapper.jar
166219

167-
# End of https://www.toptal.com/developers/gitignore/api/android,androidstudio
168-
169-
.kotlin
220+
# End of https://www.toptal.com/developers/gitignore/api/android,androidstudio,macos,kotlin

0 commit comments

Comments
 (0)