feat(.gitignore): added MacOS generated files to ignore
This commit is contained in:
parent
d37f4fd77b
commit
4897c80646
1 changed files with 15 additions and 1 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -9,4 +9,18 @@ Homestead.yaml
|
|||
npm-debug.log
|
||||
yarn-error.log
|
||||
|
||||
storage/app/public/.DS_Store
|
||||
### macOS ###
|
||||
*.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
||||
# Files that might appear in the root of a volume
|
||||
.DocumentRevisions-V100
|
||||
.fseventsd
|
||||
.Spotlight-V100
|
||||
.TemporaryItems
|
||||
.Trashes
|
||||
.VolumeIcon.icns
|
Loading…
Reference in a new issue