Merge pull request #424 from sunny0826/refactor/gitignore

refactor: 💡 Add some .gitignore rules
release-0.2
Zhiming Ma 2023-09-11 10:24:35 +08:00 committed by GitHub
commit 01118f470c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

5
.gitignore vendored
View File

@ -1,2 +1,5 @@
/target /target
node_modules node_modules
.idea/
.DS_Store
.vscode/