0
1
mirror of https://gitlab.com/xn-02f/react-boilerplate synced 2023-04-22 17:56:08 +00:00
react-boilerplate/.gitignore
huiyifyj 6f592d3a81
Use html-webpack-plugin to inject assets
- Add dayjs and html-webpack-plugin dependencies.
- Move index.html from dist folder to root folder.
- Remove '!dist/index.html' from .gitignore file.
- Use html-webpack-plugin to run web as index.html.
2020-10-11 20:08:02 +08:00

19 lines
135 B
Plaintext
Executable File

# node.js
node_modules/
# npm
package-lock.json
# yarn
yarn.lock
yarn-error.log
# Mac
.DS_Store
# VS Code
.vscode/
# Others
dist/