ONI Agent Bridge - initial mod implementation
This commit is contained in:
12
ONIModTutorial/ONIModTutorial-main/.gitignore
vendored
Normal file
12
ONIModTutorial/ONIModTutorial-main/.gitignore
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
# 排除依赖库
|
||||
node_modules/
|
||||
|
||||
# 排除编译输出
|
||||
dist/
|
||||
.temp/
|
||||
.cache/
|
||||
|
||||
# 排除本地环境变量和日志
|
||||
*.log
|
||||
.DS_Store
|
||||
.env
|
||||
Reference in New Issue
Block a user