diff options
author | Shav Kinderlehrer <[email protected]> | 2023-12-12 01:29:04 -0500 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-12-12 01:29:04 -0500 |
commit | 02fc87fe2588cdca5188cf1a6d338ce83de65a43 (patch) | |
tree | 6d5d7272c054e44d996735aeacd1d4829502f6cc /.gitignore | |
parent | 5ed7d2551ccaefc19d9e0b934ef17583dca202b2 (diff) | |
download | jel-02fc87fe2588cdca5188cf1a6d338ce83de65a43.tar.gz jel-02fc87fe2588cdca5188cf1a6d338ce83de65a43.zip |
Add JellyfinKit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8d2164c --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +# Created by https://www.toptal.com/developers/gitignore/api/macos +# Edit at https://www.toptal.com/developers/gitignore?templates=macos + +### 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 + +# End of https://www.toptal.com/developers/gitignore/api/macos +.build/ |