github - Android Volley : comes with a .gitignore -
i have uploaded android project github repo , noticed volley folder greyed out , can't accessed.
so took closer @ volley folder, inside myapplication folder , noticed .gitignore
file in it. funny thing tho didn't create file. there reason this? shouldn't rid of file , upload volley folder?
if downloads project , tries run it, android studio volley folder isn't there?.. missing or ?
thank you!
.gitignore automatically included in volley project when clone(or download) aosp repository. here content of .gitignore face to:
bin
gen
.gradle
build
.settings
target
*.iml
.idea
local.properties
as can see in volley repository, there no files or folders listed above. therefore, have not included none of items in project except src folder have compiled in project. so, don't worry. nothing wrong happen it.
Comments
Post a Comment