我创建了一个 rustwasm 项目,如下所示:
cargo generate --git https://github.com/rustwasm/wasm-pack-template
wasm-pack build
npm init wasm-app www
我在www
文件夹中做了一些工作,但是每当我尝试提交到 github 时,它都不会添加www
文件夹。
我已经检查了 git ignores 并且它在任何地方都没有被忽略。有谁知道为什么它不会被添加?
这就是我所遵循的。
输出git status
:
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
(commit or discard the untracked or modified content in submodules)
modified: www (modified content)