Cachet/.gitignore

22 lines
262 B
Plaintext
Raw Normal View History

# Laravel
2014-11-16 22:26:08 +00:00
/bootstrap/compiled.php
/vendor
/workbench
# Configuration
2014-11-16 22:26:08 +00:00
.env.*.php
.env.php
2014-11-19 22:20:31 +00:00
config.codekit
2014-12-29 20:07:11 +00:00
!.env.heroku.php
# Assets development
/node_modules
/app/assets/bower_components
public/css/
2014-12-01 22:39:41 +00:00
public/js/
# Packages
npm-debug.log
.vagrant/
tests/_output/*