浏览代码

Commenting out Android keystore files

Android keystore files are critical and losing them is destructive.

They should be commented out by default, the user should explicitly uncomment their line if they intend not to include them into their repository.
Mohammad Alhobayyeb 7 年之前
父节点
当前提交
77145f787f
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Android.gitignore

+ 2 - 1
Android.gitignore

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