(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.
This commit is contained in:
Adam Wathan
2016-12-28 16:06:11 -05:00
parent a46f7ebfe4
commit 17f8bbfaa8
8 changed files with 3 additions and 10074 deletions

3
.gitignore vendored
View File

@@ -1,5 +1,8 @@
/node_modules
/public/storage
/public/build
/public/css
/public/js
/storage/*.key
/vendor
/.idea