Created
October 17, 2020 16:40
-
-
Save adanzilla/ed10cef9c3be1279d5894332a4f906a9 to your computer and use it in GitHub Desktop.
Git Ignore .gitignore Wordpress Project
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
wp-config.php | |
wp-admin | |
wp-includes | |
wp-content/plugins/* | |
wp-content/uploads/* | |
wp-content/themes/* | |
!wp-content/themes/proyecto | |
wp-content/themes/proyecto/bower_components | |
wp-content/themes/proyecto/.sass-cache |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment