0
0

More than 3 years have passed since last update.

【簡潔】Git上にコミットしたくないものを設定する方法~画像~

Posted at

概要

この記事ではGit上にコミットしたくないファイルやフォルダを指定する方法を学べます。



方法

・画像をGitにコミットしない場合

.gitignoreに以下を追記↓

作成中のapp/.gitignore
public/uploads/*

以上で完了です。

この記事を読んでいただきありがとうございました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0