macOS 관련 파일 무시 규칙 추가 및 파일 이름 정규화 기능 개선

This commit is contained in:
2024-12-16 22:17:47 +09:00
parent d8c15b6653
commit 24390231bc
5 changed files with 196 additions and 43 deletions

39
.gitignore vendored
View File

@@ -1,5 +1,5 @@
# Created by https://www.toptal.com/developers/gitignore/api/node,visualstudiocode,git
# Edit at https://www.toptal.com/developers/gitignore?templates=node,visualstudiocode,git
# Created by https://www.toptal.com/developers/gitignore/api/macos,git,visualstudiocode,node
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,git,visualstudiocode,node
### Git ###
# Created by git for backups. To disable backups in Git:
@@ -16,6 +16,39 @@
*_LOCAL_*.txt
*_REMOTE_*.txt
### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
### macOS Patch ###
# iCloud generated files
*.icloud
### Node ###
# Logs
logs
@@ -175,4 +208,4 @@ dist
.history
.ionide
# End of https://www.toptal.com/developers/gitignore/api/node,visualstudiocode,git
# End of https://www.toptal.com/developers/gitignore/api/macos,git,visualstudiocode,node