Showing
1 changed file
with
29 additions
and
0 deletions
.gitignore
0 → 100644
| 1 | +.DS_Store | ||
| 2 | +node_modules/ | ||
| 3 | +unpackage/ | ||
| 4 | +dist/ | ||
| 5 | +lib/ | ||
| 6 | +website/ | ||
| 7 | +.temp | ||
| 8 | +.cache | ||
| 9 | +# src/uni_modules/fant-mini-plus/components/hd-*/API.md | ||
| 10 | +docs/components/hd-* | ||
| 11 | +docs/.vuepress/public/*.zip | ||
| 12 | + | ||
| 13 | +# local env files | ||
| 14 | +.env.local | ||
| 15 | +.env.*.local | ||
| 16 | + | ||
| 17 | +# Log files | ||
| 18 | +npm-debug.log* | ||
| 19 | +yarn-debug.log* | ||
| 20 | +yarn-error.log* | ||
| 21 | + | ||
| 22 | +# Editor directories and files | ||
| 23 | +.project | ||
| 24 | +.idea | ||
| 25 | +*.suo | ||
| 26 | +*.ntvs* | ||
| 27 | +*.njsproj | ||
| 28 | +*.sln | ||
| 29 | +*.sw* |
-
Please register or login to post a comment