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.
無視するための短い構文はありますか
directory/ .directory/
私の.gitignore(の行の何か\.?directory/)で?
\.?directory/
いいえ。Gitignore は glob パターンを使用しますが、これは「?」のみをサポートします。および「*」ワイルドカードは、それぞれ「1 つの任意の文字」または「任意の数の任意の文字」を表します。