chore: 更新 .gitignore,忽略前后端构建产物
This commit is contained in:
+6
-1
@@ -15,4 +15,9 @@
|
|||||||
# vendor/
|
# vendor/
|
||||||
|
|
||||||
# Frontend
|
# Frontend
|
||||||
**/node_modules/
|
**/node_modules/
|
||||||
|
**/dist/
|
||||||
|
|
||||||
|
# Backend
|
||||||
|
backend/bin/
|
||||||
|
backend/data/
|
||||||
Reference in New Issue
Block a user