diff options
| author | deftkHD | 2023-11-25 20:11:12 +0100 |
|---|---|---|
| committer | GitHub | 2023-11-25 20:11:12 +0100 |
| commit | 684d5c7b70536d7a36d80da659821a2e60d81841 (patch) | |
| tree | 6074b30e89160377481a45d456407b9bcc1b9da9 /.gitignore | |
| parent | 851d22da6e764cf10fc07aacead14f32fba33195 (diff) | |
| download | unexpected-keyboard-684d5c7b70536d7a36d80da659821a2e60d81841.tar.gz unexpected-keyboard-684d5c7b70536d7a36d80da659821a2e60d81841.zip | |
Use Gradle (#452)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,4 +1,12 @@ *.keystore *.keystore.asc -_build /*-keystore.conf +*.iml +.gradle +/local.properties +/.idea +.DS_Store +/captures +/build +# Directory _build is not used anymore +/_build |
