Repository: tapestry-5 Updated Branches: refs/heads/master b3db0dd81 -> 73e327b4f
Add gradle-app.setting to .gitignore Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/73e327b4 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/73e327b4 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/73e327b4 Branch: refs/heads/master Commit: 73e327b4f89639dee922713164dec05ff2d9a3e9 Parents: b3db0dd Author: Bob Harner <[email protected]> Authored: Sun Jan 8 21:30:13 2017 -0500 Committer: Bob Harner <[email protected]> Committed: Mon May 28 13:24:41 2018 -0400 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/73e327b4/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index db8fa7f..b7b4da1 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ target test-output temp-testng*.xml build/ +gradle-app.setting .gradle .groovy *~
