22 lines
594 B
Plaintext
22 lines
594 B
Plaintext
node_modules/
|
|
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/
|