diff options
author | Kyomotoi <[email protected]> | 2022-02-18 23:06:17 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2022-02-18 23:06:17 +0800 |
commit | 774d9362282513ddd0cd3fbeaf8f46f4ba452053 (patch) | |
tree | ddd35eaa525247cd7caf75d74275dec5d3be8257 /.gitignore | |
parent | e7ff55fa0b39805ec759afd5b06c666538f5c7f1 (diff) | |
parent | c9f78dad4e823c99119b274ef0cd95512d80d5d7 (diff) | |
download | ATRI-774d9362282513ddd0cd3fbeaf8f46f4ba452053.tar.gz ATRI-774d9362282513ddd0cd3fbeaf8f46f4ba452053.tar.bz2 ATRI-774d9362282513ddd0cd3fbeaf8f46f4ba452053.zip |
⚡️🎨 Merge pull request #42 from Yuki-Asuuna/main
优化服务列表输出 & 去除scheduler Warning & 补充requirements.txt
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -139,5 +139,8 @@ dmypy.json # End of https://www.toptal.com/developers/gitignore/api/python +# for JetBrain Pycharm +.idea + /accounts/* /data/* |