summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
11 daysAdd config/kernel/auth_check.php; fix .gitignore path anchoringHEADmasterLester Caine1-33/+33
auth_check.php is generic (includes site-specific auth_config.php) and belongs in the config package so server-pull-all.sh deploys it. .gitignore package entries were missing leading / so kernel/ matched config/kernel/ as well as the root kernel/ package directory. Fixed all package and externals entries to use root-anchored /name/ form. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-26Add stock/ to .gitignore (has its own git repo)Lester Caine1-0/+1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14tidy .gitignore to exclude packages and third-party dirs from outer repoLester Caine1-0/+36
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14tidy config git exclusions and php-cs-fixer tidies to php8.5 standardsLester Caine1-0/+5
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>
2026-05-09ignore config_inc.php built on installLester Caine1-0/+1
2026-04-20Hide the composer vendor code from vscode git management, next step is to ↵lsces1-0/+1
sort composer.json file to handle that thrid party libraries.
2026-04-19Removed /config/kernel from .gitignore so that dummy files can be logged. ↵lsces1-1/+0
Production files will have login information in plane text!
2012-05-25ignore config/kernelspiderr1-1/+1
2012-05-25add .gitignorespiderr1-0/+1