Where to put gitIgnore file in Android Studio?

后端 未结 3 1062
一整个雨季
一整个雨季 2021-02-13 15:26

I am developing an app and I must take that project to GitHub. Now, I must make gitIgnore file. I know that file is used to ignore some specified files from my project. I used g

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-13 15:51

    .gitignore file must be in the root directory of the project not just in android projects but in any project types

    I hope my answer would be useful

提交回复
热议问题