GITLAB

Wilmer Ramones / CEAUBV

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • ceaubv
  • .gitignore
  • c4133cbd7   añadiendo que ignore los archivos de configuracion de phpstorm Browse Code »
    Wilmer
    2017-02-21 13:27:12 -0400  
.gitignore 271 Bytes
edit raw blame history
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
/web/uploads/
/app/bootstrap.php.cache
/app/cache/*
/app/sessions/
/app/config/parameters.yml
/app/logs/*
!app/cache/.gitkeep
!app/logs/.gitkeep
/app/phpunit.xml
/build/
/vendor/
/bin/
/composer.phar
/nbproject/private/

# Linux
.*
!.gitignore
!.htaccess
*~
*.*~
.idea/*