From c0f8559cc2c12b27de866cdad607d726764c4c20 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Tue, 2 Oct 2012 18:35:35 -0500 Subject: [PATCH] Update .gitignore --- .gitignore | 54 ++---------------------------------------------------- 1 file changed, 2 insertions(+), 52 deletions(-) diff --git a/.gitignore b/.gitignore index 95172d4..d73426d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,52 +1,2 @@ -# Read about how to use .gitignore: http://h5bp.com/ae - -# Numerous always-ignore extensions -*.diff -*.err -*.orig -*.log -*.rej -*.swo -*.swp -*.vi -*~ -*.sass-cache - -# OS or Editor folders -.DS_Store -._* -Thumbs.db -.cache -.project -.settings -.tmproj -nbproject -*.sublime-project -*.sublime-workspace - -# Dreamweaver added files -_notes -dwsync.xml - -# Komodo -*.komodoproject -.komodotools - -# Espresso -*.esproj -*.espressostorage - -# Rubinius -*.rbc - -# Folders to ignore -.hg -.svn -.CVS -intermediate -publish -.idea - -# build script local files -build/buildinfo.properties -build/config/buildinfo.properties \ No newline at end of file +# Include your project-specific ignores in this file +# Read about how to use .gitignore: https://help.github.com/articles/ignoring-files \ No newline at end of file