mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
25 lines
270 B
Plaintext
25 lines
270 B
Plaintext
# Laravel
|
|
bootstrap/compiled.php
|
|
vendor
|
|
|
|
# Configuration
|
|
.env.*.php
|
|
.env.php
|
|
config.codekit
|
|
!.env.heroku.php
|
|
!.env.example.php
|
|
|
|
# Assets
|
|
app/assets/bower_components
|
|
node_modules
|
|
public/build
|
|
public/css
|
|
public/js
|
|
|
|
# Packages
|
|
npm-debug.log
|
|
.vagrant
|
|
|
|
# PHPUnit
|
|
phpunit.xml
|