This commit is contained in:
agtuser
2024-10-22 10:40:11 +08:00
parent 31651f1890
commit 76134e2d98
2 changed files with 31 additions and 31 deletions

62
.gitignore vendored Normal file → Executable file
View File

@@ -1,31 +1,31 @@
# ---> VisualStudioCode # ---> VisualStudioCode
.vscode/* .vscode/*
!.vscode/settings.json !.vscode/settings.json
!.vscode/tasks.json !.vscode/tasks.json
!.vscode/launch.json !.vscode/launch.json
!.vscode/extensions.json !.vscode/extensions.json
!.vscode/*.code-snippets !.vscode/*.code-snippets
# Local History for Visual Studio Code # Local History for Visual Studio Code
.history/ .history/
.idea/ .idea/
# Run temp file and dir # Run temp file and dir
build build
release release
# Built Visual Studio Code Extensions # Built Visual Studio Code Extensions
*.o *.o
*.o.ES *.o.ES
*.a *.a
*.vsix *.vsix
*.log *.log
*.log-* *.log-*
*.bak *.bak
*.bak* *.bak*
*.exe *.exe
__debug_bin*.exe __debug_bin*.exe
# bin file # bin file

0
extra/wxc2_emsInstall Normal file → Executable file
View File