CodeIgniter 3 app for dinbestehjelper.no. Excludes vendor/, local backup folders (new/, archive/, archived/) and DB dumps (*.sql) via .gitignore. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01P16ttGUge8zj91dm6WrmEb
48 lines
834 B
Plaintext
48 lines
834 B
Plaintext
.DS_Store
|
|
|
|
application/cache/*
|
|
!application/cache/index.html
|
|
|
|
application/logs/*
|
|
!application/logs/index.html
|
|
|
|
!application/*/.htaccess
|
|
|
|
composer.lock
|
|
tests/mocks/database/ci_test.sqlite
|
|
|
|
user_guide_src/build/*
|
|
user_guide_src/cilexer/build/*
|
|
user_guide_src/cilexer/dist/*
|
|
user_guide_src/cilexer/pycilexer.egg-info/*
|
|
/vendor/
|
|
|
|
# IDE Files
|
|
#-------------------------
|
|
/nbproject/
|
|
.idea/*
|
|
|
|
## Sublime Text cache files
|
|
*.tmlanguage.cache
|
|
*.tmPreferences.cache
|
|
*.stTheme.cache
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
/tests/tests/
|
|
/tests/results/
|
|
|
|
# --- Local-only: backups & duplicate app copies (not version-controlled) ---
|
|
/new/
|
|
/archive/
|
|
/archived/
|
|
|
|
# Never commit DB dumps (real data; move them out of the web root)
|
|
*.sql
|
|
|
|
# Never commit SSH private keys / secrets
|
|
/hjelp
|
|
*.pem
|
|
id_rsa*
|
|
id_ed25519*
|
|
*_prod
|