Select Git revision
-
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.
Michael Kent authoredThis 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