From 42f1a32235287f1b3999a26539ff2308b59e0158 Mon Sep 17 00:00:00 2001 From: Dennis Xiloj Date: Fri, 28 Feb 2014 13:28:41 -0600 Subject: [PATCH] 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 0000000000..cf735b0f2b --- /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