- Update beauty booking forms (en, hu, no) - Update manage-booking view, worker calendar view - Update config.php, google_calendar.php, GoogleCalendar library - Add CLAUDE.md project instructions - Add service-account-key.json to .gitignore - Update ledigestilling page Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
34 lines
616 B
Plaintext
Executable File
34 lines
616 B
Plaintext
Executable File
.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/
|
|
application/config/service-account-key.json
|
|
|
|
# IDE Files
|
|
#-------------------------
|
|
/nbproject/
|
|
.idea/*
|
|
|
|
## Sublime Text cache files
|
|
*.tmlanguage.cache
|
|
*.tmPreferences.cache
|
|
*.stTheme.cache
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
/tests/tests/
|
|
/tests/results/
|