Skip to content

Commit

Permalink
Updated .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
asiragusa committed Aug 1, 2014
1 parent e3cc333 commit 9b34b87
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions .gitignore
Expand Up @@ -8,3 +8,33 @@ composer.lock
cache
logs
.project
/node_modules
/vendor/
/nbproject/
/app/cache/*
/app/logs/*
/.project
/web/uploads
/web/admin
/web/bundles

/web/assets-built
/node_modules
/frontend/vendor
/frontend/css
/frontend/img-generated
/frontend/compiled
/.sass-cache
/web/assets/css
!web/assets/css/README.txt

/app/data
/web/js
/web/css
/web/fonts
/web/frontend
/.tmp

/admin/build
/admin/interface/.sencha_backup

2 changes: 1 addition & 1 deletion app/bootstrap.php.cache
@@ -1,6 +1,6 @@
<?php

namespace { $loader = require_once __DIR__.'/./autoload.php'; }
namespace { $loader = require_once __DIR__.'/autoload.php'; }


namespace Symfony\Component\HttpFoundation
Expand Down

0 comments on commit 9b34b87

Please sign in to comment.