Skip to content

Commit d4d5330

Browse files
authored
Remove the hot file from versionning
Following laravel/framework#17571, I was correctly pointed that the small proposition should be made over here. Here's a copy / past of my message, for clarity's sake. --- When you run `npm run hmr`, a `hot` file is created to the public folder for the `mix()` helper to know if it has to server from the webpack server or not. This file does not go away until we run `npm run dev` (or `watch`). True, if we use `npm run production` in our production server it goes away too, but in case we don't make it go away in development, I don't think it's necessary to version it.
1 parent 8c6e40c commit d4d5330

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/node_modules
22
/public/storage
3+
/public/hot
34
/storage/*.key
45
/vendor
56
/.idea

0 commit comments

Comments
 (0)