Initial commit: MyBlog full stack blog
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
# 环境配置(含密钥,禁止提交)
|
||||
.env
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# 数据库与上传文件
|
||||
backend/blog.db
|
||||
uploads/
|
||||
|
||||
# 系统文件
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
# IP 白名单自动更新(家庭端运行数据,含密钥,禁止提交)
|
||||
deploy/ipwatch/ipwatch.conf
|
||||
deploy/ipwatch/lastip.txt
|
||||
deploy/ipwatch/ipwatch.log
|
||||
Reference in New Issue
Block a user