From 36a7eb3851855b608266f301a63b561ac316bca9 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 20 Nov 2011 21:36:26 -0800 Subject: add build script for minified files and allow elements to be returned to getContent and title in popovers --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 496ee2ca6a..38ad090992 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.DS_Store \ No newline at end of file +.DS_Store +js/min \ No newline at end of file -- cgit v1.2.3 From 1c014613a9924a3a3715821ff4b65531bee5b630 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Thu, 19 Jan 2012 20:31:45 +0000 Subject: Add various always-ignore extensions, files, and folders to `.gitignore` --- .gitignore | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 38ad090992..2da5c5c5d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,36 @@ +# Numerous always-ignore extensions +*.diff +*.err +*.orig +*.log +*.rej +*.swo +*.swp +*.vi +*~ +*.sass-cache + +# OS or Editor folders .DS_Store -js/min \ No newline at end of file +Thumbs.db +.cache +.project +.settings +.tmproj +*.esproj +nbproject +*.sublime-project +*.sublime-workspace + +# Komodo +*.komodoproject +.komodotools + +# Folders to ignore +.hg +.svn +.CVS +.idea + +# Misc +js/min -- cgit v1.2.3 From 15d3a4797f3435d1531804369df87fa4e574b874 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Fri, 27 Jan 2012 21:06:09 -0800 Subject: simplify build process more - remove really annoying date. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2da5c5c5d2..01700de235 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,5 @@ nbproject # Misc js/min + +dist \ No newline at end of file -- cgit v1.2.3 From f622822459b792137768b71e7c7aa9253cc93a6b Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 29 Jan 2012 16:19:41 -0800 Subject: check in dist dir for hb5 + update images to point to correct spot for builder --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 01700de235..72b1d2772a 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,4 @@ nbproject .idea # Misc -js/min - -dist \ No newline at end of file +js/min \ No newline at end of file -- cgit v1.2.3