From 42f1a32235287f1b3999a26539ff2308b59e0158 Mon Sep 17 00:00:00 2001 From: Dennis Xiloj Date: Fri, 28 Feb 2014 13:28:41 -0600 Subject: [PATCH 1/3] ExtJS JavaScript Framework gitignore Added gitignore for Sencha ExtJS, a complete web app framework http://www.sencha.com/products/extjs/ --- ExtJS.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ExtJS.gitignore diff --git a/ExtJS.gitignore b/ExtJS.gitignore new file mode 100644 index 00000000..cf735b0f --- /dev/null +++ b/ExtJS.gitignore @@ -0,0 +1,12 @@ +# build directory for Sencha (ExtJS) projects +build/ + + +# bootstrap files are for development only, +# and autogenerated on app build. +# You should build your project after every +# clone, checkout, merge, etc. To enshure using the +# last version of the theme an to include paths to required sources + +bootstrap.js +bootstrap.css \ No newline at end of file From 27a15c3336fa0174f71c1c67cb8005e302c32f35 Mon Sep 17 00:00:00 2001 From: Dennis Xiloj Date: Wed, 12 Mar 2014 00:26:43 -0600 Subject: [PATCH 2/3] Update and rename ExtJS.gitignore to ExtJS MVC.gitignore --- ExtJS MVC.gitignore | 8 ++++++++ ExtJS.gitignore | 12 ------------ 2 files changed, 8 insertions(+), 12 deletions(-) create mode 100644 ExtJS MVC.gitignore delete mode 100644 ExtJS.gitignore diff --git a/ExtJS MVC.gitignore b/ExtJS MVC.gitignore new file mode 100644 index 00000000..6a54e851 --- /dev/null +++ b/ExtJS MVC.gitignore @@ -0,0 +1,8 @@ +# build directory for Sencha (ExtJS) projects +build/ + + +# bootstrap files are regenerated by Sencha CMD on every build or refresh + +bootstrap.js +bootstrap.css diff --git a/ExtJS.gitignore b/ExtJS.gitignore deleted file mode 100644 index cf735b0f..00000000 --- a/ExtJS.gitignore +++ /dev/null @@ -1,12 +0,0 @@ -# build directory for Sencha (ExtJS) projects -build/ - - -# bootstrap files are for development only, -# and autogenerated on app build. -# You should build your project after every -# clone, checkout, merge, etc. To enshure using the -# last version of the theme an to include paths to required sources - -bootstrap.js -bootstrap.css \ No newline at end of file From 9f1a168c441986043c86e134f68a964f62d10c98 Mon Sep 17 00:00:00 2001 From: Dennis Xiloj Date: Wed, 12 Mar 2014 00:29:55 -0600 Subject: [PATCH 3/3] ExtJS ignore Updated with a cleaner explanation. --- ExtJS MVC.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/ExtJS MVC.gitignore b/ExtJS MVC.gitignore index 6a54e851..cf275ac9 100644 --- a/ExtJS MVC.gitignore +++ b/ExtJS MVC.gitignore @@ -3,6 +3,5 @@ build/ # bootstrap files are regenerated by Sencha CMD on every build or refresh - bootstrap.js bootstrap.css