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 | /web/uploads/ | 1 | /web/uploads/ |
2 | /app/bootstrap.php.cache | 2 | /app/bootstrap.php.cache |
3 | /app/cache/* | 3 | /app/cache/* |
4 | -/app/sessions/* | 4 | +/app/sessions/ |
5 | /app/config/parameters.yml | 5 | /app/config/parameters.yml |
6 | /app/logs/* | 6 | /app/logs/* |
7 | !app/cache/.gitkeep | 7 | !app/cache/.gitkeep |
@@ -11,4 +11,4 @@ | @@ -11,4 +11,4 @@ | ||
11 | /vendor/ | 11 | /vendor/ |
12 | /bin/ | 12 | /bin/ |
13 | /composer.phar | 13 | /composer.phar |
14 | -/nbproject/private/ | ||
15 | \ No newline at end of file | 14 | \ No newline at end of file |
15 | +/nbproject/private/ |