From 948cac941c5a899eb991b168ba744bbb9e2f80f4 Mon Sep 17 00:00:00 2001 From: Indy Koning Date: Sun, 19 Jan 2020 15:44:13 +0100 Subject: [PATCH] Added more files to ignore --- .global_gitignore | 108 +++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 98 insertions(+), 10 deletions(-) diff --git a/.global_gitignore b/.global_gitignore index 3ea84eb..d4ba8dc 100644 --- a/.global_gitignore +++ b/.global_gitignore @@ -2,32 +2,120 @@ # To start using run: # git config --global core.excludesfile ~/.global_gitignore +*.log -# Mac OS X hidden files +### OSX ### +# General .DS_Store -.DS_Store? +.AppleDouble +.LSOverride + +# Thumbnails ._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd .Spotlight-V100 +.TemporaryItems .Trashes -ehthumbs.db -Thumbs.db +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +### Linux ### +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* + +# .nfs files are created when an open file is removed but is still being accessed +.nfs* + +### Vim ### +# Swap +[._]*.s[a-v][a-z] +[._]*.sw[a-p] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] +[._]sw[a-p] + +# Session +Session.vim +Sessionx.vim -# Vim swap files -.*.sw? +# Temporary +.netrwhist -# PhpStorm +# Auto-generated tag files +tags + +# Persistent undo +[._]*.un~ + +### PhpStorm ### .idea -# vs code +### vs code ### .vscode -# Sublime Text +### Sublime Text ### *.sublime-project +*.sublime-workspace .phpintel +*.tmlanguage.cache +*.tmPreferences.cache +*.stTheme.cache -# Node +### Node ### node_modules npm-debug.log yarn-error.log +yarn-debug.log* +lerna-debug.log* .phpunit-watcher-cache.php .phpunit.result.cache +.grunt +.npm +.eslintcache +.yarn-integrity +.cache + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Temporary folders +tmp/ +temp/ + +### Windows ### +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows shortcuts +*.lnk