Skip to content

Commit a407155

Browse files
authored
Ignore GPG Keys in Travis (#1067)
Travis needs a local copy of the gpg key to install the library in Maven Central. This change ignores that local file because our formatting checks consider this file "changed" creating false-negative build results.
1 parent 3c5ff42 commit a407155

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,6 @@ atlassian-ide-plugin.xml
6363

6464
# NetBeans specific files/directories
6565
.nbattrs
66+
67+
# encrypted values
68+
*.asc

0 commit comments

Comments
 (0)