gitのgitignoreが反映されないとき
Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /home/himariweb/www/wp/wp-content/themes/luxeritas/inc/wpfunc.php on line 1921
git使わずにいたから基本的なところでつまづく
gitignoreを編集後にキャッシュを削除しないといけない
git rm -r --cached .
# git rm -r --cached [ファイル名]
ディスカッション
コメント一覧
まだ、コメントがありません