fix: 初始化空的electron项目
This commit is contained in:
parent
2bd935a4a0
commit
a8e1e167ff
|
@ -1,4 +1,28 @@
|
|||
.DS_Store
|
||||
node_modules
|
||||
dist
|
||||
out
|
||||
*.log*
|
||||
/dist
|
||||
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Editor directories and files
|
||||
.idea
|
||||
.vscode
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
||||
**/cert/
|
||||
|
|
Loading…
Reference in New Issue