.gitignore: Ignore all jks files
This commit is contained in:
parent
98244e0a04
commit
529ac8b493
|
@ -7,6 +7,6 @@ gradle-wrapper.jar
|
||||||
GeneratedPluginRegistrant.java
|
GeneratedPluginRegistrant.java
|
||||||
|
|
||||||
/key.properties
|
/key.properties
|
||||||
/key.jks
|
/*.jks
|
||||||
|
|
||||||
bt.txt
|
bt.txt
|
||||||
|
|
Loading…
Reference in New Issue