diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-14 10:09:57 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-14 10:09:57 +0100 |
| commit | 6531be9e1c361e2565859531d78341cc1855dd12 (patch) | |
| tree | 3609a3dd29126bef36d813b860fe6dbc00267a74 /.gitignore | |
| parent | 9bcf128cfb228e3f56ca55896584d1a794df2657 (diff) | |
| download | bitweaver-6531be9e1c361e2565859531d78341cc1855dd12.tar.gz bitweaver-6531be9e1c361e2565859531d78341cc1855dd12.tar.bz2 bitweaver-6531be9e1c361e2565859531d78341cc1855dd12.zip | |
tidy config git exclusions and php-cs-fixer tidies to php8.5 standards
Exclude config/css, fonts, iconsets, images, themes from tracking.
Untrack config_inc.php (already in .gitignore but was previously tracked).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,2 +1,7 @@ vendor/* config/kernel/config_inc.php +config/css/ +config/fonts/ +config/iconsets/ +config/images/ +config/themes/ |
