Skip to content

Commit 2cb7aff

Browse files
committed
Add tmp to .gitignore
- add secring.pgp to .gitignore
1 parent 0d3029d commit 2cb7aff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ target/
2222
.gradletasknamecache
2323
build
2424

25+
# Ignore tmp directory
26+
tmp
27+
2528
# Ignore Eclipse project files:
2629
.checkstyle
2730
.pmd
@@ -50,3 +53,4 @@ buildbot.keyring
5053

5154
# Ignore files with sensitive data
5255
gradle.properties
56+
secring.gpg

0 commit comments

Comments
 (0)