mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 03:04:05 +00:00
(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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,5 +1,8 @@
|
||||
/node_modules
|
||||
/public/storage
|
||||
/public/build
|
||||
/public/css
|
||||
/public/js
|
||||
/storage/*.key
|
||||
/vendor
|
||||
/.idea
|
||||
|
||||
Reference in New Issue
Block a user