Skip to content
Snippets Groups Projects
Select Git revision
  • 41f9946272e4c41e96bd0918ff1b2adfd113b92a
  • master default protected
2 results

robots.txt

Blame
    • Michael Kent's avatar
      5b77f16d
      Add robot.txt · 5b77f16d
      Michael Kent authored
      This is needed for security reasons - often people looking to exploit applications will search for something in a certain version of a web application and find many sites to exploit. This stops that from being so easy.
      5b77f16d
      History
      Add robot.txt
      Michael Kent authored
      This is needed for security reasons - often people looking to exploit applications will search for something in a certain version of a web application and find many sites to exploit. This stops that from being so easy.
    .gitignore 422 B
    # the default generated dir + db file
    data
    owncloud
    config/config.php
    config/mount.php
    apps/inc.php
    
    # just sane ignores
    .*.sw[po]
    *.bak
    *.BAK
    *~
    *.orig
    *.class
    .cvsignore
    Thumbs.db
    *.py[co]
    _darcs/*
    CVS/*
    .svn/*
    RCS/*
    
    # kdevelop
    .kdev
    *.kdev4
    
    # Lokalize
    *lokalize*
    
    # eclipse
    .project
    .settings
    
    # netbeans 
    nbproject
    
    # geany
    *.geany
    
    # Cloud9IDE
    .settings.xml
    
    # Mac OS
    .DS_Store
    
    # WebFinger
    .well-known
    /.buildpath