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