branch develop updated (1e9445e -> a776119)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jtimer. See http://git.chorem.org/jtimer.git from 1e9445e fixes #1128: Migrates to git (for jtimer 2.0) new a776119 Fix gitignore The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit a776119637f0373a3b1cee19e919ee9e547924a5 Author: Eric Chatellier <chatellier@codelutin.com> Date: Fri Apr 17 11:23:19 2015 +0200 Fix gitignore Summary of changes: .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See http://git.chorem.org/jtimer.git commit a776119637f0373a3b1cee19e919ee9e547924a5 Author: Eric Chatellier <chatellier@codelutin.com> Date: Fri Apr 17 11:23:19 2015 +0200 Fix gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index c1ebcb1..1de32c9 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,10 @@ target/* src/main/webapp/css/jtimer.css src/main/webapp/js/jtimer.js +/target/ +/cache/ +/node_modules/ +/webkitbuilds/ +/.settings/ +/.classpath +/.project -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm