init
This commit is contained in:
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
### build ###
|
||||
node_modules/
|
||||
dist/
|
||||
pnpm-lock.yaml
|
||||
yarn.lock
|
||||
|
||||
|
||||
### umi ###
|
||||
.umi
|
||||
.umi-production
|
||||
|
||||
### IDEA ###
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
### Mac OS ###
|
||||
.DS_Store
|
||||
package-lock.json
|
||||
Reference in New Issue
Block a user