Update gitignore

Include the res directory
scene_man
En Yi 2023-05-28 14:58:10 +08:00
parent 0b9637a2db
commit 7a74836656
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,5 +1,4 @@
.cache/
build/
compile_commands.json
res/
.gdb_history

2
res/.gitignore vendored 100644
View File

@ -0,0 +1,2 @@
*
!.gitignore