From 37aacf3e41d529ee3b48a5c01bf4effcf0e354eb Mon Sep 17 00:00:00 2001 From: LeeW Date: Sun, 6 Sep 2015 20:01:34 +0800 Subject: [PATCH] Init gitignore and ignore vim osx temp files --- .gitignore | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..502963f --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +# Created by https://www.gitignore.io/api/vim,osx + +### Vim ### +[._]*.s[a-w][a-z] +[._]s[a-w][a-z] +*.un~ +Session.vim +.netrwhist +*~ + + +### OSX ### +.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 +