diff options
author | Frieder Bluemle <frieder.bluemle@gmail.com> | 2015-11-03 01:29:12 +0800 |
---|---|---|
committer | Frieder Bluemle <frieder.bluemle@gmail.com> | 2015-11-03 01:29:12 +0800 |
commit | 3b0b68838d24c2021cd6bc89de665dfa6bc809f0 (patch) | |
tree | 16056d83bdded8d5796229a0d11512af5fdd924c | |
parent | ad126218f6713611a7285b785947b53557b74681 (diff) | |
download | gitignore-3b0b68838d24c2021cd6bc89de665dfa6bc809f0.tar.gz gitignore-3b0b68838d24c2021cd6bc89de665dfa6bc809f0.zip |
Revert "Ignoring build folder inside app module in Android projects"
This reverts commit f4cf36c5e1e275cb40b981f84be0cd723cd0c152.
-rw-r--r-- | Android.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.gitignore b/Android.gitignore index 7ee6ac0b..c9c2248a 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -15,7 +15,6 @@ gen/ # Gradle files .gradle/ build/ -*/build/ # Local configuration file (sdk path, etc) local.properties |