# github `.gitingore` bug ## bug 1. create `000-xyz` folder, add files 2. ignore `000-xyz/` folder in `.gitingore` file, push to github 3. `000-xyz/` folder, still in github ❌ ## solution 4. move `000-xyz/` to other place 5. commit and push to github 6. recover `000-xyz/` to repo ✅
github
.gitingorebugbug
create
000-xyzfolder, add filesignore
000-xyz/folder in.gitingorefile, push to github000-xyz/folder, still in github ❌solution
move
000-xyz/to other placecommit and push to github
recover
000-xyz/to repo ✅