mirror of
https://git.fightbot.fun/hxuanyu/BingPaper.git
synced 2026-02-15 07:29:33 +08:00
58 lines
571 B
Plaintext
58 lines
571 B
Plaintext
# =========================
|
|
# Go .gitignore (lean)
|
|
# =========================
|
|
|
|
# Binaries and build artifacts
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.a
|
|
*.o
|
|
*.out
|
|
*.test
|
|
|
|
# Build outputs
|
|
/bin/
|
|
/dist/
|
|
/build/
|
|
/out/
|
|
/output/
|
|
|
|
# Go workspace files
|
|
/go.work
|
|
/go.work.sum
|
|
|
|
# Coverage
|
|
coverage.out
|
|
cover.out
|
|
*.coverprofile
|
|
|
|
# Vendor (enable if you do not commit vendor/)
|
|
# /vendor/
|
|
|
|
# IDE / editor
|
|
.idea/
|
|
.vscode/
|
|
*.code-workspace
|
|
*.iml
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Vim / Emacs
|
|
*~
|
|
\#*\#
|
|
.\#*
|
|
# Data
|
|
/data/
|
|
/picture/
|
|
/config.yaml
|
|
/bing_paper.db
|
|
/req.txt
|
|
/BingPaper
|
|
/temp/
|