Files
lawnchair/.gitignore
Harsh Shandilya 50cf1e30b9 Allow building release artifacts from the command line
Create a file named `keystore.properties` in the root of this repository, place
the keystore alongside it, and fill in `keystore.properties` with the following
keys

```
storeFile=keystore.jks
storePassword=b3ty0uc4nth4xxth1s
keyAlias=lawnybous
keyPassword=4ndr01dsux
```

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-03-27 13:46:33 +05:30

18 lines
216 B
Plaintext

db_files
*.iml
.project
.classpath
.project.properties
gen/
tests/stress/gen/
WallpaperPicker/gen/
WallpaperPicker/.project.properties
bin/
.idea/
.gradle/
local.properties
build/
.DS_Store
keystore.properties
*.jks