init: ebook-library 项目初始化
This commit is contained in:
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
# 不存储图书文件(太大)
|
||||
books/
|
||||
*.epub
|
||||
*.pdf
|
||||
*.mobi
|
||||
*.azw3
|
||||
|
||||
# 不存储密钥
|
||||
config/secrets.json
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.env
|
||||
Reference in New Issue
Block a user