1.4.5.2
This commit is contained in:
30
EdgeAPI/.gitignore
vendored
Normal file
30
EdgeAPI/.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# 编译产物
|
||||
main
|
||||
edge-api
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# 构建目录
|
||||
dist/
|
||||
build/
|
||||
|
||||
# 测试文件
|
||||
*.test
|
||||
*.out
|
||||
|
||||
# IDE 文件
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# 日志文件
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# 临时文件
|
||||
*.tmp
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user