Commit 915ebbf7f01f9c8c881ee1a1f8af18fbcad55556
1 parent
b18bf7ae83
Exists in
master
actualizando el .gitignore
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
.gitignore
| 1 | 1 | /web/uploads/ |
| 2 | 2 | /app/bootstrap.php.cache |
| 3 | 3 | /app/cache/* |
| 4 | -/app/sessions/* | |
| 4 | +/app/sessions/ | |
| 5 | 5 | /app/config/parameters.yml |
| 6 | 6 | /app/logs/* |
| 7 | 7 | !app/cache/.gitkeep |
| ... | ... | @@ -11,4 +11,4 @@ |
| 11 | 11 | /vendor/ |
| 12 | 12 | /bin/ |
| 13 | 13 | /composer.phar |
| 14 | -/nbproject/private/ | |
| 15 | 14 | \ No newline at end of file |
| 15 | +/nbproject/private/ | ... | ... |