This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-training.git
commit fb9be1b6e00c1dac5e49c6742ad5a90305f44129 Author: Mark Thomas <[email protected]> AuthorDate: Fri Mar 23 12:03:13 2018 +0000 Ignore lock files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2b195ed..10ea8a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules .project -*.min.js \ No newline at end of file +*.min.js +.~lock* -- To stop receiving notification emails like this one, please contact [email protected]. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
