Init
This commit is contained in:
parent
fd97cc9772
commit
142aa5c13d
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# ignore everything in the root except the "wp-content" directory.
|
||||||
|
!wp-content/
|
||||||
|
|
||||||
|
# ignore everything in the "wp-content" directory, except:
|
||||||
|
# "mu-plugins", "plugins", "themes" directory
|
||||||
|
wp-content/*
|
||||||
|
!wp-content/mu-plugins/
|
||||||
|
!wp-content/plugins/
|
||||||
|
!wp-content/themes/
|
||||||
|
|
||||||
|
# ignore these plugins
|
||||||
|
wp-content/plugins/hello.php
|
||||||
|
|
||||||
|
# ignore specific themes
|
||||||
|
wp-content/themes/twenty*/
|
||||||
|
|
||||||
|
# ignore node dependency directories
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# ignore log files and databases
|
||||||
|
*.log
|
||||||
|
*.sql
|
||||||
|
*.sqlite
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 92179c680c9ef542a6307e9d1a44f3ada48f3de1
|
|
Loading…
Reference in New Issue
Block a user