Last active
September 6, 2018 02:35
-
-
Save mberizzo/ae309706fe6c376c3f2a9eeb8d1cb58a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# exclude everything except directory themes/mytheme | |
/* | |
!README.md | |
!.editorconfig | |
!.gitignore | |
!artisan | |
!composer.json | |
!server.php | |
!.htaccess | |
!index.php | |
!/bootstrap | |
!/config | |
!/storage | |
!/tests | |
# themes | |
!/themes | |
/themes/* | |
!/themes/mytheme | |
# plugins | |
!/plugins | |
/plugins/* | |
!/plugins/myauthor | |
# language | |
!/lang |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment