diff options
author | Vika <vika@fireburn.ru> | 2022-05-23 20:56:29 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2022-05-23 20:56:29 +0300 |
commit | 7d25e1ed45c05c64c8783bb72f1f62e166b69783 (patch) | |
tree | b74c69d45370c27d9fe5d2d7307a3865cf740fa7 | |
parent | c655404eaf34ca72faffc148c195d83aeefc727d (diff) | |
download | kittybox-7d25e1ed45c05c64c8783bb72f1f62e166b69783.tar.zst |
gitignore: ignore token file
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e4d4a27..8b721e8 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ dump.rdb *~ /test-dir fonts/* +/token.txt |