johnmastodon/.gitignore

30 lines
402 B
Plaintext

/public/
.hugo_build.lock
# ---> Hugo
# Generated files by hugo
/public/
/resources/_gen/
/assets/jsconfig.json
hugo_stats.json
# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux
# Temporary lock file while building
/.hugo_build.lock
# Python and CDK
*.swp
package-lock.json
__pycache__
.pytest_cache
.venv
.vscode
*.egg-info
# CDK asset staging directory
.cdk.staging
cdk.out