Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use Vite * Gitignore Vite build directory * Use CSS entry points * Update plugin * Linting * Update plugin
15 lines (15 sloc)
193 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/node_modules | |
/public/build | |
/public/hot | |
/public/storage | |
/storage/*.key | |
/vendor | |
.env | |
.env.backup | |
.phpunit.result.cache | |
Homestead.json | |
Homestead.yaml | |
npm-debug.log | |
yarn-error.log | |
/.idea | |
/.vscode |