Skip to content

.gitignoreが機能しない件の対応について #1

@aratai-2023

Description

@aratai-2023

下記の手順でerror解消

  1. ググってみるとcacheが関係しているっぽい
  2. $ git rm -r --cached .でcacheを削除。($ git rm -r --cached [ファイル名]で.gitignoreを指定しても良さそう)
  3. $ git add -A → $ git commit ~省略~ で無事に.gitignoreが機能。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions