KnowledgeBaseApiModule/.gitignore
EcomGraduates 49ab2be954 feat(analytics): add analytics dashboard for tracking category and article views, search performance, and popular content
feat(api): implement new API endpoints for popular content retrieval and content export for AI training
feat(urls): add support for custom URL templates in API responses for articles and categories
feat(tests): introduce built-in API testing interface for easy endpoint testing
fix(docs): update readme with detailed usage examples, features, and changelog for version 2.0.0
chore(migrations): add migration files for tracking tables to support analytics features
chore(gitignore): update .gitignore to exclude additional files and directories
style(settings): enhance settings UI for better user experience and accessibility
style(analytics): improve analytics UI with Chart.js visualizations and tabbed interface for better data presentation
2025-04-01 19:14:02 -05:00

26 lines
No EOL
387 B
Text

KnowledgeBaseApiModule*.zip
/vendor/
node_modules/
npm-debug.log
yarn-error.log
# Laravel 4 specific
bootstrap/compiled.php
app/storage/
# Laravel 5 & Lumen specific
public/storage
public/hot
# Laravel 5 & Lumen specific with changed public path
public_html/storage
public_html/hot
storage/*.key
.env
Homestead.yaml
Homestead.json
/.vagrant
.phpunit.result.cache
release.sh
.DS_Store