1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Update .gitignore

This commit is contained in:
guide 2022-10-26 14:33:50 +08:00
parent f02150de2a
commit 032b9de378

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
/node_modules /node_modules
/package-lock.json /package-lock.json
*.drawio *.drawio
*.drawio.bkp
.DS_Store .DS_Store
# VS Code Config file # VS Code Config file
.vscode/ .vscode/