Files
ticketbeast/.gitignore
Adam Wathan 17f8bbfaa8 (remove precompiled assets from version control)
Yarn is fast and reliable thanks to the lock file, removing this stuff
makes any front end changes a lot easier to visually diff.
2016-12-29 14:18:37 -05:00

12 lines
132 B
Plaintext

/node_modules
/public/storage
/public/build
/public/css
/public/js
/storage/*.key
/vendor
/.idea
Homestead.json
Homestead.yaml
.env