Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「assets」というフォルダーがあります (netbeans のウィザードを使用して新しい Android アプリを作成するときに自動生成されます) が、git コマンドラインに表示されず、試してもリポジトリに追加されません。
何か助けはありますか?
ディレクトリはgit-ignoredのようです。Git リポジトリのルートにある .gitignore と ~/.gitignore (グローバルな無視設定) を確認してください。アセットはそこに表示されますか? その場合はgit add -f assets/、強制的に追加します。
git add -f assets/