diff options
Diffstat (limited to 'Global')
-rw-r--r-- | Global/Linux.gitignore | 3 | ||||
-rw-r--r-- | Global/OSX.gitignore | 1 | ||||
-rw-r--r-- | Global/PhPStorm.gitignore | 1 | ||||
-rw-r--r-- | Global/SASS.gitignore | 2 | ||||
-rw-r--r-- | Global/Windows.gitignore | 3 | ||||
-rw-r--r-- | Global/vim.gitignore | 1 |
6 files changed, 6 insertions, 5 deletions
diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index 38ad907e..151e2997 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -1,6 +1,3 @@ .* !.gitignore *~ - -# KDE -.directory diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index 5ad43cc4..f9516c09 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -1,4 +1,5 @@ .DS_Store +Icon
# Thumbnails ._* diff --git a/Global/PhPStorm.gitignore b/Global/PhPStorm.gitignore new file mode 100644 index 00000000..62c89355 --- /dev/null +++ b/Global/PhPStorm.gitignore @@ -0,0 +1 @@ +.idea/
\ No newline at end of file diff --git a/Global/SASS.gitignore b/Global/SASS.gitignore index 6769a156..2c306072 100644 --- a/Global/SASS.gitignore +++ b/Global/SASS.gitignore @@ -1,2 +1,2 @@ ### SASS Ignores - "Sassy CSS" http://sass-lang.com/ -.sass-cache +*.sass-cache diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index 9f54263d..351ec9d1 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -1,5 +1,6 @@ # Windows image file caches -Thumbs.db +Thumbs.db +ehthumbs.db # Folder config file Desktop.ini diff --git a/Global/vim.gitignore b/Global/vim.gitignore index dfaefc75..5a2155bc 100644 --- a/Global/vim.gitignore +++ b/Global/vim.gitignore @@ -1,3 +1,4 @@ .*.sw[a-z] *.un~ Session.vim +.netrwhist
\ No newline at end of file |