Created
November 1, 2023 15:08
-
-
Save 1337hero/ab9b2a7e52654508312c2c4b82c2cb1d to your computer and use it in GitHub Desktop.
WordPress Generic Install - gitignore Template
This file contains 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
/* | |
!.gitignore | |
# WordPress | |
!wp-content | |
wp-content/* | |
!wp-content/themes | |
wp-content/themes/* | |
!/wp-content/themes/YOUR-THEME-HERE/ | |
# Custom | |
# Logs | |
*.log | |
# Dotenv | |
.env | |
.env.* | |
!.env.example | |
## OS X | |
.DS_Store | |
._* | |
.Spotlight-V100 | |
.Trashes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment