diff options
author | Linnea Gräf <nea@nea.moe> | 2025-01-08 19:27:32 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-01-08 19:27:32 +0100 |
commit | 32e4460b17d79203af9e7448fcf6135083789266 (patch) | |
tree | 2601e938e633e82c33a2b4d6a3b34ffb6bdcf9fb | |
parent | d1e16a47819509ed645bb93e1a173e0a97025cef (diff) | |
download | LocalTransactionLedger-32e4460b17d79203af9e7448fcf6135083789266.tar.gz LocalTransactionLedger-32e4460b17d79203af9e7448fcf6135083789266.tar.bz2 LocalTransactionLedger-32e4460b17d79203af9e7448fcf6135083789266.zip |
chore: Add .kotlin to .gitignore
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,4 +3,4 @@ run/ build/ .gradle/ - +.kotlin/ |