first commit : .gitignore

This commit is contained in:
Serveur preprod 2016-04-14 16:09:00 +02:00
commit 4612ff6d37

88
.gitignore vendored Normal file
View File

@ -0,0 +1,88 @@
#### GENERAL ####
.htpasswd
.htaccess
*.zip
*.sql
*.tar.gz
download/*
log/*
modules/gamification/
upload/*
*sitemap.xml
#### IMAGES ####
/img/*
!img/index.php
!img/*/index.php
#### ADMIN ####
adm/backups/*
adm/export/*
adm/import/*
adm/autoupgrade/*
adm/backups/*
!adm/backups/index.php
#### CACHE ####
themes/*/cache/
cache/smarty/cache/*
!cache/smarty/cache/index.php
cache/smarty/compile/*
!cache/smarty/compile/index.php
cache/class_index.php
cache/tcpdf/*
!cache/tcpdf/index.php
tools/smarty*/cache/*.php
!tools/smarty*/cache/index.php
#### CONFIG ####
config/settings.*.php
config/xml/*.xml
config/settings.inc.php
config/settings.old.php
config/xml/*.xml
modules/*/config*.xml
#### THEME ####
themes/default/cache/*.js
themes/default/cache/*.css
themes/default-bootstrap/cache/*.js
themes/default-bootstrap/cache/*.css
tools/smarty*/compile/*.php
!tools/smarty*/compile/index.php
themes/default/modules/*/*.php
!themes/default/modules/*/index.php
themes/default/lang/*.php
!themes/default/lang/index.php
themes/default-bootstrap/modules/*/*.php
!themes/default-bootstrap/modules/*/index.php
themes/default-bootstrap/lang/*.php
!themes/default-bootstrap/lang/index.php
#### TRADUCTIONS ####
translations/*
themes/default-bootstrap/lang/*
themes/default-bootstrap/modules/*/translations/*.php
!themes/default-bootstrap/modules/*/translations/index.php
!translations/*.gzip
#### MAILS ####
mails/*
!mails/en
!mails/fr
modules/*/mails/*
!modules/*/mails/en
#### OTHER ####
.buildpath
.project
.settings
.idea
.svn
.DS_Store
.sass-cache
config.codekit
*.sublime-project
*.sublime-workspace
.zfs/