| Current Path : /var/www/html/project/web/ |
| Current File : /var/www/html/project/web/.gitignore |
# Ignore everything by default * # But don't ignore these files !.gitignore !/index.php !/favicon.ico # Un-ignore directories !/assets/ !/uploads/ !/css/ !/css/** !/js/ !/js/** !/backend/ !/images/ # Ignore everything inside these directories /assets/* # Handle uploads subdirectories !/uploads/frontend_user/ /uploads/frontend_user/* !/portalassets/ /portalassets/* !/uploads/publications/ /uploads/publications/* # FINALLY: Un-ignore .gitkeep files EVERYWHERE # This must be at the very bottom to override all the ignore rules above !.gitkeep