.gitignore

This commit is contained in:
ZhuoQinghui 2025-06-11 14:43:48 +08:00
parent ede4ef5176
commit bc440b3c7a

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
build/bin build/bin
node_modules node_modules
frontend/dist frontend/dist
.idea