You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2020/08/05 02:05:20 UTC

[incubator-annotator] 05/12: Make .ratignore use the correct syntax

This is an automated email from the ASF dual-hosted git repository.

randall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git

commit a327076d9b61685ce66d59fa05f747dad5fb1796
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Mon Aug 3 19:39:28 2020 -0700

    Make .ratignore use the correct syntax
    
    The Apache Rat ignore file uses regex, not the fimiliar ignore syntax.
---
 .ratignore | 33 ++++++++++++++++-----------------
 1 file changed, 16 insertions(+), 17 deletions(-)

diff --git a/.ratignore b/.ratignore
index 73819b1..2d1dedc 100644
--- a/.ratignore
+++ b/.ratignore
@@ -1,19 +1,18 @@
-.asf.yaml
-.editorconfig
-.eslintignore
-.gitignore
-.lintstagedrc
-.npmignore
-.ratignore
-.travis.yml
-lerna.json
+\.asf.yaml
+\.editorconfig
+\.eslintignore
+\.gitignore
+\.lintstagedrc
+\.npmignore
+\.ratignore
+\.travis.yml
+lerna\.json
 node_modules
-package.json
-repolinter.json
-tsconfig.base.json
-tsconfig.json
-yarn.lock
-CODE_OF_CONDUCT.md
+package\.json
+repolinter\.json
+tsconfig(\.\w+)?\.json
+yarn\.lock
+CODE_OF_CONDUCT\.md
 DISCLAIMER-WIP
-README.md
-SECURITY.md
+README\.md
+SECURITY\.md