Skip to content

Commit

Permalink
Added more files to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
indykoning committed Jan 19, 2020
1 parent 84210b9 commit 948cac9
Showing 1 changed file with 98 additions and 10 deletions.
108 changes: 98 additions & 10 deletions .global_gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 948cac9

Please sign in to comment.