chore: update .gitignore files

- Extend and runtime .gitignore: add space after '!' in .gitignore
- Root .gitignore: remove .project file
This commit is contained in:
wolfcode
2025-04-16 18:38:53 +08:00
parent 3a2ee69d0f
commit c819751a66
3 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@@ -9,4 +9,4 @@ Thumbs.db
/vendor
/.settings
/.buildpath
/.project
/.project

2
extend/.gitignore vendored
View File

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

2
runtime/.gitignore vendored
View File

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