.
This commit is contained in:
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
# Wails 自动生成的绑定代码
|
||||
frontend/
|
||||
web/src/wailsjs/
|
||||
|
||||
# 构建产物
|
||||
build/bin/
|
||||
web/dist/
|
||||
|
||||
# 依赖目录
|
||||
web/node_modules/
|
||||
web/bun.lock
|
||||
|
||||
# Go 相关
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.test
|
||||
*.out
|
||||
go.work
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# 系统文件
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# 日志文件
|
||||
*.log
|
||||
|
||||
Reference in New Issue
Block a user