mirror of
https://github.com/Corewala/Buran
synced 2024-12-21 23:32:40 +00:00
Delete local.properties,which shouldn't be on VCS
Signed-off-by: Ariel Costas <arielcostas@mailbox.org>
This commit is contained in:
parent
2c3c1db96b
commit
2bd546d7ed
3 changed files with 3 additions and 16 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,4 +1,6 @@
|
||||||
.gradle
|
.gradle
|
||||||
.idea
|
.idea
|
||||||
build
|
build
|
||||||
release
|
release
|
||||||
|
local.properties
|
||||||
|
app/local.properties
|
|
@ -1,4 +0,0 @@
|
||||||
sdk.dir=/home/vagrant/android-sdk
|
|
||||||
sdk-location=/home/vagrant/android-sdk
|
|
||||||
ndk.dir=/home/vagrant/android-ndk/r12b
|
|
||||||
ndk-location=/home/vagrant/android-ndk/r12b
|
|
|
@ -1,11 +0,0 @@
|
||||||
## This file must *NOT* be checked into Version Control Systems,
|
|
||||||
# as it contains information specific to your local configuration.
|
|
||||||
#
|
|
||||||
# Location of the SDK. This is only used by Gradle.
|
|
||||||
# For customization when using a Version Control System, please read the
|
|
||||||
# header note.
|
|
||||||
#Mon Nov 29 22:38:09 EST 2021
|
|
||||||
sdk.dir=/home/corewala/.android_sdk
|
|
||||||
sdk-location=/home/vagrant/android-sdk
|
|
||||||
ndk.dir=/home/vagrant/android-ndk/r12b
|
|
||||||
ndk-location=/home/vagrant/android-ndk/r12b
|
|
Loading…
Reference in a new issue