mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 13:38:20 +01:00
d00e413656
This reverts commit cf263150dfd65a10116322d87e7394c9ff47ab8b.
21 lines
248 B
Plaintext
21 lines
248 B
Plaintext
# Laravel
|
|
bootstrap/compiled.php
|
|
vendor
|
|
|
|
# Configuration
|
|
.env.*.php
|
|
.env.php
|
|
config.codekit
|
|
!.env.heroku.php
|
|
!.env.example.php
|
|
|
|
# Assets development
|
|
app/assets/bower_components
|
|
node_modules
|
|
public/css/
|
|
public/js/
|
|
|
|
# Packages
|
|
npm-debug.log
|
|
.vagrant
|