无视node_modules的包,避免被上传

This commit is contained in:
LoveDoLove
2025-03-02 21:53:58 +08:00
parent 720b17807d
commit a837b213d9

3
.gitignore vendored
View File

@@ -1,4 +1,5 @@
node_modules/.bin/* node_modules/.bin/*
node_modules/.mf/* node_modules/.mf/*
.wrangler/* .wrangler/*
data/* data/*
node_modules