update gitignore to exclude big dir
This commit is contained in:
parent
6b2e1df62a
commit
03fcb59d7a
14
.gitignore
vendored
14
.gitignore
vendored
@ -12,6 +12,8 @@ upload/*
|
|||||||
|
|
||||||
#### IMAGES ####
|
#### IMAGES ####
|
||||||
/img/*
|
/img/*
|
||||||
|
/img_import/*
|
||||||
|
/img_old/*
|
||||||
!img/index.php
|
!img/index.php
|
||||||
!img/*/index.php
|
!img/*/index.php
|
||||||
|
|
||||||
@ -87,3 +89,15 @@ config.codekit
|
|||||||
*.sublime-project
|
*.sublime-project
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
.zfs/
|
.zfs/
|
||||||
|
|
||||||
|
|
||||||
|
#### MODULES ####
|
||||||
|
|
||||||
|
/modules/barcodes/codes/*
|
||||||
|
/modules/importproduit/*.csv
|
||||||
|
/modules/lapostews/PDR.csv
|
||||||
|
/modules/lapostews/mpdf/*
|
||||||
|
/modules/privatesales/img/*
|
||||||
|
/modules/privatesales_logistique/files/*
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user