WP test container created
This commit is contained in:
+19
-2
@@ -1,4 +1,21 @@
|
||||
node_modules/
|
||||
dist/
|
||||
*.log
|
||||
demo-dist/
|
||||
*.log
|
||||
|
||||
# Build output. `npm run build` emits into the theme.
|
||||
site/wp-content/themes/tlig/assets/
|
||||
|
||||
# WordPress core lives in site/ but is not ours — it is extracted from the
|
||||
# Docker image so the two cannot drift, and can be recreated at any time. Only
|
||||
# our theme and the asset mirror are the deliverable.
|
||||
site/*
|
||||
!site/wp-content/
|
||||
site/wp-content/*
|
||||
!site/wp-content/themes/
|
||||
!site/wp-content/includes/
|
||||
site/wp-content/uploads/
|
||||
site/wp-content/plugins/*
|
||||
!site/wp-content/plugins/index.php
|
||||
site/wp-content/themes/*
|
||||
!site/wp-content/themes/tlig/
|
||||
site/wp-content/upgrade/
|
||||
|
||||
Reference in New Issue
Block a user