From 311a1198c4c001261474b6e6ac9ad4fc9b6813d6 Mon Sep 17 00:00:00 2001 From: TheLuda Date: Wed, 19 Sep 2012 17:07:26 +0200 Subject: [PATCH] - Updated git ignore listing. Signed-off-by: TheLuda --- .gitignore | 46 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 39 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 3eabc70..224e222 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,41 @@ -# List of files and directories not to include in the repository. +# Add directories, files, and symlinks which shall not be stored within +# this git repository here. -# Application configuration -configs/config.php +# Placeholder files for directories needed to be inside git but empty +!*.gitkeep -# Cache -.cache/world/*.aww -.cache/templates/wowhead/%%*.php -/.cache/ \ No newline at end of file +# JetBrains - project settings +/.idea/ + +# Eclipse - project settings +/.project +/.settings +/.buildpath +/.externalToolBuilders + +# Numerous always-ignore extensions +*.diff +*.err +*.orig +*.log +*.rej +*.swo +*.swp +*.vi +*~ +*.sass-cache + +# OS or Editor folders +.DS_Store +.cache +.project +.settings +.tmproj +nbproject +Thumbs.db + +# Configuration files to be customized +/configs/config.php + +# Cache and log files +/.cache/