KEINOS / auto-reply-sakura

✅ さくらインターネットのメールで定休日にメールを受け取った場合に、送信者に定型文を自動返信するだけの PHP スクリプトです。
MIT License
0 stars 0 forks source link

".gitignore" the "composer.lock" file #2

Closed KEINOS closed 4 years ago

KEINOS commented 4 years ago

composer.lock ファイルは composer.lock.debug とリネームして提供しておいて .gitignore で除外した方がいいと思います。

% cd ~/auto-reply-sakura
% composer update
...
% git status
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
    composer.lock

nothing added to commit but untracked files present (use "git add" to track)
KEINOS commented 4 years ago

コミット 36f361d で対応済み