1
0
Fork 0

add symlink to sitemaps

This commit is contained in:
Findus23 2017-09-28 12:05:50 +02:00
parent 9007cffc86
commit b59b58007d
3 changed files with 4 additions and 4 deletions

4
.gitignore vendored
View file

@ -1,8 +1,7 @@
.idea .idea
src/data/issues/*/*.json src/data/issues/*/*.json
src/data/pages/*.json src/data/pages/*.json
src/tmp/templates_cache/* src/tmp/
src/tmp/github_api_cache/*
!src/tmp/templates_cache/.gitkeep !src/tmp/templates_cache/.gitkeep
!src/tmp/github_api_cache/.gitkeep !src/tmp/github_api_cache/.gitkeep
src/vendor src/vendor
@ -10,4 +9,3 @@ src/composer.phar
src/config/config.php src/config/config.php
src/node_modules/ src/node_modules/
src/public/css/style.* src/public/css/style.*
src/tmp/sitemap-index.xml

View file

@ -0,0 +1 @@
../tmp/sitemap-index.xml

1
src/public/sitemap.xml Symbolic link
View file

@ -0,0 +1 @@
../tmp/sitemap.xml