mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 07:18:57 +00:00
48 lines
443 B
Plaintext
48 lines
443 B
Plaintext
# Hugo
|
|
.hugo_build.lock
|
|
jsconfig.json
|
|
.hugo_cache
|
|
public/
|
|
resources/
|
|
|
|
# NPM
|
|
node_modules/
|
|
.eslintcache
|
|
|
|
# VSCode
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json
|
|
|
|
# Trae
|
|
.trae/
|
|
|
|
# Claude
|
|
.claude/
|
|
CLAUDE.local.md
|
|
.codegraph/
|
|
|
|
# Vercel
|
|
.vercel/
|
|
|
|
# Environment Variables
|
|
.env*.local
|
|
|
|
# Documentation
|
|
docs/
|
|
CHANGELOG.md
|
|
TODO.md
|
|
|
|
# OS Files
|
|
## Windows
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|
|
|
|
## OSX
|
|
.DS_Store
|
|
|
|
## Linux
|
|
.directory
|