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.
重複の可能性: 無視されたファイルをgitで表示
Gitのセットアップ方法を忘れてしまったので、無視しているファイルを正確に知りたいです。無視/除外リストを再確認するために調べることができるコマンドまたはファイルのリストはありますか?
git statusフラグを使用して、無視されたファイルを表示できます。
git status
git status --ignored
git statusそれは、何も無視されていないかのように効果的にあなたに与えるでしょう。