1
0
mirror of https://github.com/CachetHQ/Cachet.git synced 2025-02-25 12:13:33 +01:00
Cachet/.gitignore
2014-12-28 15:57:47 -06:00

21 lines
245 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/*