From 3936e6a7e7d27278a77c5a9785725aeb43c4d83e Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Tue, 20 Nov 2018 18:54:47 +0100 Subject: [PATCH] Updated .gitignore --- .gitignore | 53 ++++++++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 25 deletions(-) diff --git a/.gitignore b/.gitignore index 17a8ff1..9586662 100644 --- a/.gitignore +++ b/.gitignore @@ -94,29 +94,32 @@ $RECYCLE.BIN/ .Trash-* # ---> macOS -.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 - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk +.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 + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +# IntelliJ +.DS_Store +.idea \ No newline at end of file