Skip to content

Commit

Permalink
fix(1-add-gitignore)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas committed Nov 16, 2017
1 parent e5f943c commit 6902abc
Show file tree
Hide file tree
Showing 11,238 changed files with 39 additions and 1,255,946 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
39 changes: 39 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
### IDE
.idea/

### Environement
.env

### Cache, session files and logs (Symfony3)
/var/cache/*
/var/logs/*
!var/cache/.gitkeep
!var/logs/.gitkeep

### Managed by Composer
/var/bootstrap.php.cache
/vendor/

### Assets and user uploads
/web/bundles/
/web/uploads/

### PHPUnit
/phpunit.xml

### Docker
docker/logs/

### NodeJS - NPM - YARN
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
coverage/

### Front
src/AppBundle/Resources/public/js/
src/AppBundle/Resources/public/css/

### Build data
/build/
Empty file removed docker/logs/nginx/error.log
Empty file.
110 changes: 0 additions & 110 deletions docker/logs/nginx/symfony_access.log

This file was deleted.

Empty file.
Loading

0 comments on commit 6902abc

Please sign in to comment.