This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See http://git.chorem.org/pollen.git commit 03ae74080c9bf558774aefd9bafe567784ab019f Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Fri Jul 11 16:10:37 2014 +0200 update gitignore --- .gitignore | 4 ---- pollen-ui-angular/.gitignore | 1 + pollen-ui-js/.gitignore | 2 ++ 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5a36c89..3bd2c32 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,4 @@ target/* */target/* *~ */*~ -pollen-ui-angular/src/main/webapp/js/conf.js - -pollen-ui-js/src/main/webapp/pollen-ui-js.css -pollen-ui-js/src/main/webapp/pollen-ui-js.js diff --git a/pollen-ui-angular/.gitignore b/pollen-ui-angular/.gitignore index 5575e6a..a3ec35a 100644 --- a/pollen-ui-angular/.gitignore +++ b/pollen-ui-angular/.gitignore @@ -1,4 +1,5 @@ *.iml src/main/webapp/lib src/main/webapp/css/style.css +src/main/webapp/js/conf.js diff --git a/pollen-ui-js/.gitignore b/pollen-ui-js/.gitignore new file mode 100644 index 0000000..74b4077 --- /dev/null +++ b/pollen-ui-js/.gitignore @@ -0,0 +1,2 @@ +src/main/webapp/pollen-ui-js.css +src/main/webapp/pollen-ui-js.js \ No newline at end of file -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm