# ignore everything
*

# but do not ignore these files
!/.gitignore
!/README.md
!/horaire-et-pointage.php

# ...even if they are in subdirectories
!*/

# if the files to be tracked are in subdirectories
!wp-content/themes/lbd/*
!wp-content/themes/rookie/header.php
!wp-content/themes/rookie/functions.php
!wp-content/themes/rookie/style.css
!wp-content/themes/rookie/framework.css
!wp-content/themes/rookie/js/scripts.js
!wp-content/themes/rookie/inc/template-tags.php
!wp-content/plugins/sportspress/templates/event-fixtures-results.php
!wp-content/plugins/sportspress/templates/player-list.php
!wp-content/plugins/sportspress/includes/api/class-sp-rest-api.php