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