diff --git a/.gitignore b/.gitignore index 4f990f4..e2dbbbb 100644 --- a/.gitignore +++ b/.gitignore @@ -31,4 +31,7 @@ build/ # 测试覆盖率 coverage/ -.nyc_output/ \ No newline at end of file +.nyc_output/ + +# 图片文件夹 +images/ \ No newline at end of file diff --git a/uploads/images/.gitkeep b/uploads/images/.gitkeep deleted file mode 100644 index 16cd381..0000000 --- a/uploads/images/.gitkeep +++ /dev/null @@ -1 +0,0 @@ -# This file keeps the images folder in git \ No newline at end of file