LoginSignup
3
2

More than 5 years have passed since last update.

Wordpresの".gitignore"を考える。

Posted at

WordpressのプロジェクトをGithubにPushする前に

// 本番環境とローカル環境のURLは違うので除外
.htaccess

// データベース設定とか、環境依存の内容なので除外
wp-config.php

// 管理画面から画像とかアップロードしたときの保存先
wp-content/uploads/

// ログ関係は必要ないので除外
*.log

ひとまずここまで

3
2
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
3
2