-
-
Save iainconnor/8605514 to your computer and use it in GitHub Desktop.
# Built application files | |
/*/build/ | |
# Crashlytics configuations | |
com_crashlytics_export_strings.xml | |
# Local configuration file (sdk path, etc) | |
local.properties | |
# Gradle generated files | |
.gradle/ | |
# Signing files | |
.signing/ | |
# User-specific configurations | |
.idea/libraries/ | |
.idea/workspace.xml | |
.idea/tasks.xml | |
.idea/.name | |
.idea/compiler.xml | |
.idea/copyright/profiles_settings.xml | |
.idea/encodings.xml | |
.idea/misc.xml | |
.idea/modules.xml | |
.idea/scopes/scope_settings.xml | |
.idea/vcs.xml | |
*.iml | |
# OS-specific files | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db |
Very helpful, thanks!
Thank you! :)
Клёво, клёво, клёво
You may want to add /captures
and .externalNativeBuild
also
Thanks.
i are making a Operating System with linux. i will use these gitignore :) 👌
Gabriel Pereira
Hi,
Not sure if there is something wrong but when I applied this gitignore file, all xml files in the project is ignored as well. Anyone got same issue or know how to solve it?
Thanks.
Thank you :D
thanks you so much
thank you. I also think /*/build/ should be **/build/
thanks @salouri you save my time
thanks, this is really saving my time:)
.gitignore you must create in root folder.
Change view from Android -> Project and in MyAppFolder create .gitignore.
Thanks for this post. it helped.
Hi,
Not sure if there is something wrong but when I applied this gitignore file, all xml files in the project is ignored as well. Anyone got same issue or know how to solve it?
Thanks.
I am facing the same problem nowadays. Do you find a solution?
Thanks, This helps
I know this sounds stupid but where do I put/find my .gitignore file in Android Studio? :(
In your root folder of Project
The iml pattern should be like this: /*/*.iml
for every library
Nice, thanks!!
Awesome, thanks
Thank you
Is this up to date?
I used git rm -r --cached ./
reset all committed files to start over with Git.
👍
Thank you
amazing. thank you
hi this file is not working for me
Thanks. This works very well
Thanks. very useful. if any directory is already staged, then you can use the following command to remove all the staged files under that directory.
git rm --cached -rf .idea