mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
Adding .cache to ignore list. (#8674)
This commit is contained in:
parent
201899b611
commit
b2f39318cb
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -29,8 +29,9 @@ ipch
|
|||
## Getting files created in JSON/Schemas/Catalog/ from a VS2022 update
|
||||
JSON/
|
||||
|
||||
## Commonly used CMake directories
|
||||
## Commonly used CMake directories & CMake CPM cache
|
||||
build*/
|
||||
.cache
|
||||
|
||||
## Xcode & macOS artifacts
|
||||
project.xcworkspace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue