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リポジトリに問題があるので、.gitignoreが失敗する理由がわかりません...
gitが無視する.gitignoreファイルとパス/ファイルのリストを読むことは可能ですか?
前もって感謝します
現在無視されている実際のファイルを確認したい場合は、.gitignore次を使用できますgit-ls-files。
.gitignore
git-ls-files
git ls-files -i --exclude-from=.gitignore
はい、gitが無視するファイル/フォルダーのリストを作成することは可能であり、それを取得するのは次のように簡単です。
cat .gitignore