Commit 073cde6abe5402db51c2b7a782458ea4e04f34fa
1 parent
a81a33d265
Exists in
master
auto commit the code by alias command
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
.gitignore
| 1 | .DS_Store | 1 | .DS_Store |
| 2 | node_modules/ | 2 | node_modules/ |
| 3 | unpackage/ | 3 | unpackage/ |
| 4 | dist/ | 4 | dist/ |
| 5 | babel.config.js | 5 | babel.config.js |
| 6 | postcss.config.js | 6 | postcss.config.js |
| 7 | package-lock.json | 7 | package-lock.json |
| 8 | tsconfig.json | 8 | tsconfig.json |
| 9 | yarn.lock | 9 | yarn.lock |
| 10 | public/ | 10 | public/ |
| 11 | 11 | ||
| 12 | package-lock.json | ||
| 12 | # local env files | 13 | # local env files |
| 13 | .env.local | 14 | .env.local |
| 14 | .env.*.local | 15 | .env.*.local |
| 15 | 16 | ||
| 16 | # Log files | 17 | # Log files |
| 17 | npm-debug.log* | 18 | npm-debug.log* |
| 18 | yarn-debug.log* | 19 | yarn-debug.log* |
| 19 | yarn-error.log* | 20 | yarn-error.log* |
| 20 | 21 | ||
| 21 | # Editor directories and files | 22 | # Editor directories and files |
| 22 | .project | 23 | .project |
| 23 | .idea | 24 | .idea |
| 24 | .vscode | 25 | .vscode |
| 25 | *.suo | 26 | *.suo |
| 26 | *.ntvs* | 27 | *.ntvs* |
| 27 | *.njsproj | 28 | *.njsproj |
| 28 | *.sln | 29 | *.sln |
| 29 | *.sw* | 30 | *.sw* |
| 30 | 31 | ||
| 31 | 32 |