Skip to content

Commit

Permalink
Small changes to .gitignore and sample robots.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
slackero committed Sep 16, 2016
1 parent 5c4a50f commit 2374f22
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 49 deletions.
26 changes: 11 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
*.esproj
/content/images/*.jpg
/content/images/*.png
/content/images/*.gif
/content/tmp/*
.idea
template/inc_cntpart/tabs/simplegmaps.tmpl
template/lib/simplegmaps
template/img/mapicons
template/inc_cntpart/html/YouTubeStatic.tmpl
template/inc_cntpart/images/Slick-Slider-Single-Image.tmpl
template/inc_cntpart/imagespecial/Image-HoverChange.tmpl
template/lib/slick
template/inc_cntpart/images/Figure Kopie.tmpl
/filearchive/*.jpg
/filearchive/*.png
/filearchive/*.pdf
/content/images/
!/content/images/index.html
/content/tmp/
!/content/tmp/index.html
/filearchive/
!/filearchive/image_memoryinfo.png
!/filearchive/image_placeholder.png
!/filearchive/index.html
!/filearchive/can_be_deleted/index.html
!.htaccess
!.gitignore
68 changes: 34 additions & 34 deletions sample.robots.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
# http://www.robotstxt.org/
# https://www.google.com/support/webmasters/bin/answer.py?answer=156449
# https://support.google.com/webmasters/answer/35769
User-Agent: *
# Be careful with these settings related to phpwcms
# =================================================
#
# exclude downloadable files from indexing
#Disallow: /download.php*
#
# The system store several temporary stuff in this dir
Disallow: /content/form/
Disallow: /content/rss/
Disallow: /content/tmp/
Disallow: /content/pages/
#
# This will exclude resized images from indexing
#Disallow: /content/images/
# And some resizing is done by files here especially cmsimage.php
#Disallow: /img/
#
# phpwcms keeps uploaded files here, better let it as is
# in general there is no direct access from the frontend to this
Disallow: /filearchive/
#
# Better let search engine index everything from this directory
# Have a look from where your system delivers CSS, JS, and so on
#Disallow: /template/
#
# Block indexing backend files
Disallow: /login.php
Disallow: /phpwcms.php
# http://www.robotstxt.org/
# https://www.google.com/support/webmasters/bin/answer.py?answer=156449
# https://support.google.com/webmasters/answer/35769

User-Agent: *

# Be careful with these settings related to phpwcms
# =================================================
#
# exclude downloadable files from indexing
#Disallow: /download.php*
#
# The system store several temporary stuff in this dir
Disallow: /content/form/
Disallow: /content/rss/
Disallow: /content/tmp/
Disallow: /content/pages/
#
# This will exclude resized images from indexing
#Disallow: /content/images/
# And some resizing is done by files here especially cmsimage.php
#Disallow: /img/
#
# phpwcms keeps uploaded files here, better let it as is
# in general there is no direct access from the frontend to this
Disallow: /filearchive/
#
# Better let search engine index everything from this directory
# Have a look from where your system delivers CSS, JS, and so on
#Disallow: /template/
#
# Block indexing backend files
Disallow: /login.php
Disallow: /phpwcms.php

0 comments on commit 2374f22

Please sign in to comment.