
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
環境毎でGit除外したいファイルは.git/info/excludeに追記する - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
環境毎でGit除外したいファイルは.git/info/excludeに追記する - Qiita
$ ls -al . .. .git .gitignore README.md docker └default.conf ←管理したくないファイル docker-compo... $ ls -al . .. .git .gitignore README.md docker └default.conf ←管理したくないファイル docker-compose.yml src # git ls-files --others --exclude-from=.git/info/exclude # Lines that start with '#' are comments. # For a project mostly in C, the following would be a good set of # exclude patterns (uncomment them if you want to use them): # *.[oa] # *~ docker/default.conf ←追記