From 0eb0837c678122f251f49658ad76a4d1967a1456 Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Thu, 21 Nov 2019 12:56:38 +0000 Subject: [PATCH] JAL-3449 Using .gitignore from Jalview-JS/develop --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 46cc0e5..d16c201 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,8 @@ TESTNG /site /.gradle /build -/utils/HelpLinksChecker.touch +/local.properties +/utils/HelpLinksChecker.out /getdown/website /getdown/full_app /getdown/files @@ -30,3 +31,9 @@ TESTNG *.swp /bin /doc/building.html +/.j2s +/template.html +/jalviewjsTest.html +/site1 +/site2 +/resources/.build_properties -- 1.7.10.2