Skip to content

Commit 338e6cb

Browse files
committed
Update .gitignore
macOS 파일 제외 규칙 추가
1 parent f9a0b23 commit 338e6cb

File tree

1 file changed

+32
-3
lines changed

1 file changed

+32
-3
lines changed

.gitignore

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Created by https://www.toptal.com/developers/gitignore/api/java,intellij+all,gradle
2-
# Edit at https://www.toptal.com/developers/gitignore?templates=java,intellij+all,gradle
1+
# Created by https://www.toptal.com/developers/gitignore/api/java,gradle,intellij+all,macos
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=java,gradle,intellij+all,macos
33

44
### Intellij+all ###
55
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
@@ -118,6 +118,35 @@ modules.xml
118118
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
119119
hs_err_pid*
120120

121+
### macOS ###
122+
# General
123+
.DS_Store
124+
.AppleDouble
125+
.LSOverride
126+
127+
# Icon must end with two \r
128+
Icon
129+
130+
131+
# Thumbnails
132+
._*
133+
134+
# Files that might appear in the root of a volume
135+
.DocumentRevisions-V100
136+
.fseventsd
137+
.Spotlight-V100
138+
.TemporaryItems
139+
.Trashes
140+
.VolumeIcon.icns
141+
.com.apple.timemachine.donotpresent
142+
143+
# Directories potentially created on remote AFP share
144+
.AppleDB
145+
.AppleDesktop
146+
Network Trash Folder
147+
Temporary Items
148+
.apdisk
149+
121150
### Gradle ###
122151
.gradle
123152
build/
@@ -137,4 +166,4 @@ gradle-app.setting
137166
### Gradle Patch ###
138167
**/build/
139168

140-
# End of https://www.toptal.com/developers/gitignore/api/java,intellij+all,gradle
169+
# End of https://www.toptal.com/developers/gitignore/api/java,gradle,intellij+all,macos

0 commit comments

Comments
 (0)