mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-09-14 05:56:46 +08:00
65 lines
699 B
Plaintext
65 lines
699 B
Plaintext
result.txt
|
|
main
|
|
.idea
|
|
fscan.exe
|
|
fscan
|
|
makefile
|
|
fscanapi.csv
|
|
|
|
# IDE files / IDE 文件
|
|
.vscode/
|
|
.cursor/
|
|
.cursorrules
|
|
.claude/
|
|
|
|
# Local development files / 本地开发文件
|
|
*.local
|
|
*.tmp
|
|
*.temp
|
|
.env
|
|
.env.local
|
|
.env.development
|
|
.env.test
|
|
.env.production
|
|
|
|
# OS files / 操作系统文件
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Logs / 日志文件
|
|
*.log
|
|
logs/
|
|
log/
|
|
|
|
# Test coverage / 测试覆盖率
|
|
coverage.txt
|
|
coverage.html
|
|
*.cover
|
|
|
|
# Build artifacts / 构建产物
|
|
dist/
|
|
build/
|
|
bin/
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Go specific / Go 相关
|
|
vendor/
|
|
*.test
|
|
*.prof
|
|
*.mem
|
|
*.cpu
|
|
__debug_bin*
|
|
|
|
# Local development tools / 本地开发工具
|
|
.air.toml
|
|
air_tmp/
|