mirror of
https://github.com/github/gitignore
synced 2024-11-25 21:24:23 +01:00
Add languages folder and add commented lines for a whitelist approach
This commit is contained in:
parent
3514a03514
commit
cd92ee374a
@ -7,6 +7,7 @@
|
|||||||
# you can delete this whole section/until Configuration.
|
# you can delete this whole section/until Configuration.
|
||||||
/wp-admin/
|
/wp-admin/
|
||||||
/wp-content/index.php
|
/wp-content/index.php
|
||||||
|
/wp-content/languages
|
||||||
/wp-content/plugins/index.php
|
/wp-content/plugins/index.php
|
||||||
/wp-content/themes/index.php
|
/wp-content/themes/index.php
|
||||||
/wp-includes/
|
/wp-includes/
|
||||||
@ -32,4 +33,16 @@ wp-config.php
|
|||||||
*.log
|
*.log
|
||||||
|
|
||||||
# htaccess
|
# htaccess
|
||||||
/.htaccess
|
/.htaccess
|
||||||
|
|
||||||
|
# All plugins
|
||||||
|
#
|
||||||
|
# Note: If you wish to whitelist plugins,
|
||||||
|
# uncomment the next line
|
||||||
|
#/wp-content/plugins
|
||||||
|
|
||||||
|
# All themes
|
||||||
|
#
|
||||||
|
# Note: If you wish to whitelist themes,
|
||||||
|
# uncomment the next line
|
||||||
|
#/wp-content/themes
|
Loading…
Reference in New Issue
Block a user