浏览代码

Added wildcard ignore for .keystore files

Keystore files with an extension of `.keystore` are also valid and commonly used.
Caleb Chiesa 6 年之前
父节点
当前提交
8025c331fd
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Android.gitignore

+ 2 - 1
Android.gitignore

@@ -43,8 +43,9 @@ captures/
 .idea/caches
 
 # Keystore files
-# Uncomment the following line if you do not want to check your keystore files in.
+# Uncomment the following lines if you do not want to check your keystore files in.
 #*.jks
+#*.keystore
 
 # External native build folder generated in Android Studio 2.2 and later
 .externalNativeBuild