Initialize frontend app in React
This commit is contained in:
27
.gitignore
vendored
27
.gitignore
vendored
@@ -145,6 +145,33 @@ dist
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/node
|
||||
|
||||
### Frontend
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
web/node_modules
|
||||
web/dist
|
||||
web/dist-ssr
|
||||
web/*.local
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea
|
||||
.DS_Store
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
### End of Frontend
|
||||
|
||||
result
|
||||
.direnv
|
||||
.tmp
|
||||
|
||||
Reference in New Issue
Block a user