mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
d8624386c7
* chore: use monorepo to manage demo, test and other applications and internal packages * style: add eslint support and lint code * chore: refactor project structure and add versioning package replace of fixit-releaser * chore(deps-dev): replace husky with simple-git-hooks * Potential fix for code scanning alert no. 13: Shell command built from environment values * chore(deps-dev): update the final fixit-releaser version * docs: update contributing guidelines for new structure and commands --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
32 lines
316 B
Plaintext
32 lines
316 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
|