diff options
| author | Linnea Gräf <nea@nea.moe> | 2024-08-11 13:22:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-11 13:22:24 +0200 |
| commit | 8903d9fa783455558d20eb32a2038c87ab5913be (patch) | |
| tree | 2c925d0ecf625f8e8a5505960d0d51d2201e88e2 /.gitignore | |
| parent | a8d4861b051298cc8a1db3c5210a32abab866b1e (diff) | |
| download | skyhanni-8903d9fa783455558d20eb32a2038c87ab5913be.tar.gz skyhanni-8903d9fa783455558d20eb32a2038c87ab5913be.tar.bz2 skyhanni-8903d9fa783455558d20eb32a2038c87ab5913be.zip | |
Add multi version preprocessor (#2283)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c303fd98c..d77f4bd8b 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ gradle.properties .devauth/* !.devauth/config.toml +.kotlin |
