Add mapping folder to gitignore

This commit is contained in:
Shinokuni 2020-08-02 14:34:03 +02:00
parent 2679032c9d
commit 90fd810d08

54
.gitignore vendored
View File

@ -96,32 +96,32 @@ gradle-app.setting
hs_err_pid* hs_err_pid*
# ---> macOS # ---> macOS
*.DS_Store *.DS_Store
.AppleDouble .AppleDouble
.LSOverride .LSOverride
# Icon must end with two \r # Icon must end with two \r
Icon Icon
# Thumbnails # Thumbnails
._* ._*
# Files that might appear in the root of a volume # Files that might appear in the root of a volume
.DocumentRevisions-V100 .DocumentRevisions-V100
.fseventsd .fseventsd
.Spotlight-V100 .Spotlight-V100
.TemporaryItems .TemporaryItems
.Trashes .Trashes
.VolumeIcon.icns .VolumeIcon.icns
.com.apple.timemachine.donotpresent .com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share # Directories potentially created on remote AFP share
.AppleDB .AppleDB
.AppleDesktop .AppleDesktop
Network Trash Folder Network Trash Folder
Temporary Items Temporary Items
.apdisk .apdisk
\.idea/ \.idea/
@ -131,3 +131,5 @@ fastlane/Appfile
fastlane/Fastfile fastlane/Fastfile
Gemfile Gemfile
mapping/