mirror of
https://github.com/Xevion/banner.git
synced 2025-12-05 23:14:20 -06:00
24 lines
257 B
Plaintext
24 lines
257 B
Plaintext
# Build artifacts
|
|
target/
|
|
**/target/
|
|
|
|
# Documentation
|
|
README.md
|
|
docs/
|
|
*.md
|
|
|
|
# Old Go codebase
|
|
go/
|
|
|
|
# Development configuration
|
|
bacon.toml
|
|
.env
|
|
|
|
# Frontend build artifacts and cache
|
|
web/node_modules/
|
|
web/dist/
|
|
web/.vite/
|
|
web/.tanstack/
|
|
web/.vscode/
|
|
.vscode/
|