#
# gitignore for the symfony related files
# 
# for vite (front end build) -- add rules to src/vite/.gitignore
#

# don't automatically add these
.*
!.gitignore
!/web/.htaccess_default

# misc dotfiles
!.php-cs-fixer.php

# generated / logs
*.log
error_log*
koohii-log.txt

# generated / misc files
/cache
/config/vite-build.*

# generated / realfavicon output
/batch/favicon/faviconData.json
/web/favicons
!/web/favicons/README.md

# output of `vite build`
/web/build/dist

# npm install
/node_modules

# tests
/test

# composer installs
/vendor

# admin/misc
/apps/koohii/config/unavailable.php
/web/*.php
!/web/index.php
!/web/index_dev.php
!/web/index_test.php
/web/robots*

# private
/batch/deploy
/web/backend
/apps/koohii/config/app.yml
/apps/koohii/config/settings.yml
/web/maintenance.html