From 27a15c3336fa0174f71c1c67cb8005e302c32f35 Mon Sep 17 00:00:00 2001 From: Dennis Xiloj Date: Wed, 12 Mar 2014 00:26:43 -0600 Subject: [PATCH] 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 0000000000..6a54e85147 --- /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 cf735b0f2b..0000000000 --- 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