mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
8b5315a141
// ignore-for-release
33 lines
324 B
Plaintext
33 lines
324 B
Plaintext
# Hugo default output directory
|
|
public/
|
|
resources/
|
|
|
|
# Hugo
|
|
.hugo_build.lock
|
|
jsconfig.json
|
|
|
|
# NPM
|
|
node_modules/
|
|
.eslintcache
|
|
|
|
# VSCode
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json
|
|
|
|
# OS Files
|
|
## Windows
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|
|
|
|
## OSX
|
|
.DS_Store
|
|
|
|
## Linux
|
|
.directory
|
|
|
|
CHANGELOG.md
|
|
.stash/
|