mirror of
https://github.com/jung-geun/NFD2NFC.git
synced 2025-12-19 20:14:39 +09:00
macOS 관련 파일 무시 규칙 추가 및 파일 이름 정규화 기능 개선
This commit is contained in:
39
.gitignore
vendored
39
.gitignore
vendored
@@ -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
|
||||
Reference in New Issue
Block a user