diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-06-25 01:36:21 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-06-25 01:36:31 +0530 |
commit | 4c17fc51e72784ca61a63c0cb07cd3c89be825c9 (patch) | |
tree | 23db0615b1cf4a22a5a00526f5675e85e8cead73 | |
parent | 6cf74390538fd31e6af12b26b8cfbfb60eb86323 (diff) |
gitignore: add gradlew.bat
We do not support building on Windows for now and deleting this file on every wrapper update is just lame
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,3 +15,4 @@ build/ *.iml *.jks keystore.properties +gradlew.bat |