---
type: snippet
tags: ['git']
status: release
ctime: 2022-06-18
mtime: 2024-03-22
---

```sh
# .gitignore가 규칙이 적용되지 않을때
git rm -rf --cached .
git add .
```

---

- https://stackoverflow.com/questions/25436312/gitignore-not-working
