mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 13:38:20 +01:00
24 lines
272 B
Plaintext
24 lines
272 B
Plaintext
# Laravel
|
|
/bootstrap/compiled.php
|
|
/vendor
|
|
/workbench
|
|
|
|
# Configuration
|
|
.env.*.php
|
|
.env.php
|
|
config.codekit
|
|
|
|
# Assets development
|
|
/node_modules
|
|
/app/assets/bower_components
|
|
public/css/
|
|
public/js/
|
|
|
|
# Packages
|
|
npm-debug.log
|
|
.vagrant/
|
|
tests/_output/*
|
|
|
|
# Heroku
|
|
!.env.heroku.php
|