Fixed gitignore
This commit is contained in:
parent
1211ea2043
commit
4ddc568e62
28
.gitignore
vendored
28
.gitignore
vendored
|
|
@ -1,20 +1,14 @@
|
|||
tmp/logs/*
|
||||
tmp/cache/models/*
|
||||
tmp/cache/persistent/*
|
||||
tmp/cache/views/*
|
||||
tmp/sessions/*
|
||||
tmp/tests/*
|
||||
tmp/*
|
||||
app/tmp/*
|
||||
*.tar.gz
|
||||
*.swp
|
||||
*.swo
|
||||
vendors/tcpdf/cache/*
|
||||
tests/*
|
||||
emails/*
|
||||
nbproject/*
|
||||
processed_vaultmsgs/*
|
||||
vaultmsgs/*
|
||||
cake_eclipse_helper.php
|
||||
config/*
|
||||
webroot/pdf/*
|
||||
webroot/attachments_files/*
|
||||
app/vendors/tcpdf/cache/*
|
||||
app/tests/*
|
||||
app/emails/*
|
||||
app/nbproject/*
|
||||
app/processed_vaultmsgs/*
|
||||
app/vaultmsgs/*
|
||||
app/cake_eclipse_helper.php
|
||||
app/config/*
|
||||
app/webroot/pdf/*
|
||||
app/webroot/attachments_files/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue