Best Practices for adding .gitignore file to Android projects
March 9, 2022 · 2 min read
These tutorials talk about which files in the android project are committed and which files are not ignored in a git repository. Android application gitignore file gitignore is a text file that contains a list of files or patterns that are excluded while committing an android project. Following is a list of files and patterns for gitignore files java files are compiled into class files so class files are not required to commit to the repository...