diff options
| author | Danilo M. <danix@danix.xyz> | 2026-03-26 11:02:48 +0100 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-03-26 11:02:48 +0100 |
| commit | 7aed0eca7e62f6950cab85486d30b8f894f268c0 (patch) | |
| tree | ec2ff915d3298b8b0d9f470bc08f93fcdd064c69 /.gitignore | |
| parent | aab13e6564203c9ca435a003f5f2245f0d773c68 (diff) | |
| download | danixme-7aed0eca7e62f6950cab85486d30b8f894f268c0.tar.gz danixme-7aed0eca7e62f6950cab85486d30b8f894f268c0.zip | |
added new version of the danix.me hugo site, coauthored by claude-code
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1 +1,25 @@ +# Hugo build output public/ +resources/ +.hugo_build.lock + +# PHP credentials — never commit +mail-config.php + +# PHP dependencies — restore with: composer install +static/api/vendor/ + +# Archives +*.tar.gz +*.zip + +# Claude Code local settings +.claude/ + +# OS / editor +.DS_Store +Thumbs.db +.idea/ +.vscode/ +*.swp +*~ |
