- Added minified versions of JavaScript files including main, script, google-map, bootstrap-datepicker, and jquery.easing. - Implemented a datepicker for appointment dates and a timepicker for appointment times. - Introduced a carousel feature for image display with automatic sliding and responsive behavior. - Updated package.json to include scripts for minifying CSS and JS files, along with necessary dependencies.
113 lines
1.3 KiB
Plaintext
113 lines
1.3 KiB
Plaintext
# Node.js dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
package-lock.json
|
|
|
|
# PHP
|
|
*.log
|
|
*.tmp
|
|
*.temp
|
|
*.cache
|
|
/vendor/
|
|
composer.phar
|
|
composer.lock
|
|
|
|
# IDE and Editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.sublime-project
|
|
.sublime-workspace
|
|
|
|
# Operating System files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
*.old
|
|
*~
|
|
|
|
# Configuration files (sensitive)
|
|
config.php
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
database.config.php
|
|
|
|
# Upload directories
|
|
uploads/
|
|
images/uploads/
|
|
files/
|
|
|
|
# Cache directories
|
|
cache/
|
|
tmp/
|
|
temp/
|
|
|
|
# Session files
|
|
sessions/
|
|
|
|
# Error logs
|
|
error_log
|
|
error.log
|
|
php_errors.log
|
|
|
|
# Build artifacts
|
|
dist/
|
|
build/
|
|
|
|
# Development tools
|
|
.sass-cache/
|
|
*.css.map
|
|
*.js.map
|
|
|
|
# Prepros (CSS/JS preprocessor)
|
|
prepros-6.config
|
|
.prepros-cache/
|
|
|
|
# Local development
|
|
local/
|
|
dev/
|
|
development/
|
|
|
|
# Database dumps
|
|
*.sql
|
|
*.sqlite
|
|
*.db
|
|
|
|
# Minified files (if you want to exclude them)
|
|
# Uncomment these lines if you prefer to generate minified files during build
|
|
# *.min.css
|
|
# *.min.js
|
|
|
|
# WordPress specific (if applicable)
|
|
wp-config.php
|
|
wp-content/uploads/
|
|
wp-content/cache/
|
|
|
|
# Security
|
|
.htaccess.backup
|
|
robots.txt.backup
|
|
|
|
# Archives
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|
|
*.7z
|
|
|
|
# Documentation temp files
|
|
*.pdf~
|
|
*.docx~
|