次のrustwasmプロジェクトを作成しました。
cargo generate --git https://github.com/rustwasm/wasm-pack-template
wasm-pack build
npm init wasm-app www
フォルダーでいくつかの作業を行いましたwww
が、github にコミットしようとすると、www
フォルダーが追加されません。
gitが無視することを確認しましたが、どこにも無視されていません。追加されない理由を知っている人はいますか?
これは私が従ったものです。
の出力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)