|
|
|
@ -1,4 +1,33 @@
|
|
|
|
|
lStudio
|
|
|
|
|
# ---> 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
|
|
|
|
|
|
|
|
|
|
# ---> VisualStudio
|
|
|
|
|
## Ignore Visual Studio temporary files, build results, and
|
|
|
|
|
## files generated by popular Visual Studio add-ons.
|
|
|
|
|
##
|
|
|
|
@ -302,7 +331,7 @@ node_modules/
|
|
|
|
|
*.dsw
|
|
|
|
|
*.dsp
|
|
|
|
|
|
|
|
|
|
# Visual Studio 6 technical files
|
|
|
|
|
# Visual Studio 6 technical files
|
|
|
|
|
*.ncb
|
|
|
|
|
*.aps
|
|
|
|
|
|
|
|
|
@ -396,33 +425,4 @@ FodyWeavers.xsd
|
|
|
|
|
*.msp
|
|
|
|
|
|
|
|
|
|
# JetBrains Rider
|
|
|
|
|
*.sln.iml
|
|
|
|
|
|
|
|
|
|
# ---> 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
|
|
|
|
|
*.sln.iml
|