소스 검색

remove the local.properties file (#1708)

* delete the local.properties file from the repository

* list local.properties in the ".gitignore" file
Stephen Gold 3 년 전
부모
커밋
287f492955
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      .gitignore
  2. 0 1
      local.properties

+ 1 - 0
.gitignore

@@ -14,6 +14,7 @@
 /.classpath
 /.classpath
 /.project
 /.project
 /.settings
 /.settings
+/local.properties
 *.dll
 *.dll
 *.so
 *.so
 *.jnilib
 *.jnilib

+ 0 - 1
local.properties

@@ -1 +0,0 @@
-sdk.dir=C:\\AndroidSDK