diff options
| author | Nakidai <nakidai@disroot.org> | 2024-10-27 20:36:45 +0300 |
|---|---|---|
| committer | Nakidai <nakidai@disroot.org> | 2024-10-27 20:36:45 +0300 |
| commit | d87503d0242737c4514c4b15849884138f5a48f2 (patch) | |
| tree | e23b74f94666deabd194f9462c6a39606a1dd80d | |
| parent | bb42cbadc78c81a185a6ebfbc32e5e34cb87f646 (diff) | |
| download | petthecord-d87503d0242737c4514c4b15849884138f5a48f2.tar.gz petthecord-d87503d0242737c4514c4b15849884138f5a48f2.zip | |
Remove cache folder
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | cache/index.json | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index ad4a1f1..5708368 100644 --- a/.gitignore +++ b/.gitignore @@ -174,3 +174,5 @@ poetry.toml pyrightconfig.json # End of https://www.toptal.com/developers/gitignore/api/python + +cache diff --git a/cache/index.json b/cache/index.json deleted file mode 100644 index 9e26dfe..0000000 --- a/cache/index.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file |