johnmastodon/.gitignore

30 lines
402 B
Plaintext
Raw Permalink Normal View History

2023-12-12 19:54:51 -05:00
/public/
.hugo_build.lock
2023-12-12 19:56:11 -05:00
# ---> 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
2023-12-14 09:12:52 -05:00
# Python and CDK
*.swp
package-lock.json
__pycache__
.pytest_cache
.venv
.vscode
*.egg-info
# CDK asset staging directory
.cdk.staging
cdk.out