add dist & node_modules to ignore

This commit is contained in:
龚祖望 2022-09-19 14:57:39 +08:00
parent a0590f39f7
commit 318ac24275
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@ xiuosiot-backend/target/
xiuosiot-backend/.idea/
xiuosiot-backend/.mvn/
xiuosiot-backend/src/resources/mybatisGenerate/
xiuosiot-frontend/dist/
xiuosiot-frontend/node_modules/