Created
December 29, 2021 13:11
-
-
Save apsolut/9cf679ab484affd5754b8db89a93bfa0 to your computer and use it in GitHub Desktop.
gitignore folder subfolder
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
| # ignore everything in the directory, example: | |
| # * | |
| # !wp-content/ | |
| # wp-content/* | |
| # !wp-content/themes/ | |
| # wp-content/themes/* | |
| # !wp-content/themes/spk7sy | |
| # !wp-content/themes/spk7sy/* | |
| !app/ | |
| app/* | |
| #themes | |
| !app/t/ | |
| !app/t/* | |
| #mu plugins | |
| !app/mp/ | |
| #!app/mp/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment