mirror of
https://github.com/ocornut/imgui.git
synced 2026-09-27 00:13:29 +03:00
Update ignore list
Add .claude
This commit is contained in:
parent
95bd1577d6
commit
c2565fe642
1 changed files with 3 additions and 4 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -1,5 +1,7 @@
|
|||
## OSX artifacts
|
||||
## Misc artifacts
|
||||
.DS_Store
|
||||
.claude
|
||||
.vscode
|
||||
|
||||
## Dear ImGui artifacts
|
||||
imgui.ini
|
||||
|
|
@ -55,9 +57,6 @@ examples/example_sdl3_wgpu/web/*
|
|||
.idea
|
||||
cmake-build-*
|
||||
|
||||
## VS code artifacts
|
||||
.vscode
|
||||
|
||||
## Unix executables from our example Makefiles
|
||||
examples/example_apple_metal/example_apple_metal
|
||||
examples/example_apple_opengl2/example_apple_opengl2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue