Skip to content

Commit b954788

Browse files
author
coderwhy
committed
gitignore
1 parent dcb6b92 commit b954788

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.DS_Store
2+
node_modules
3+
/dist
4+
5+
6+
# local env files
7+
.env.local
8+
.env.*.local
9+
10+
# Log files
11+
npm-debug.log*
12+
yarn-debug.log*
13+
yarn-error.log*
14+
pnpm-debug.log*
15+
16+
# Editor directories and files
17+
.idea
18+
.vscode
19+
*.suo
20+
*.ntvs*
21+
*.njsproj
22+
*.sln
23+
*.sw?

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@
99
"scripts": {
1010
"test": "echo \"Error: no test specified\" && exit 1"
1111
},
12-
"keywords": ["vue", "react", "CLI", "component"],
12+
"keywords": [
13+
"vue",
14+
"react",
15+
"CLI",
16+
"component"
17+
],
1318
"author": "coderwhy",
1419
"license": "MIT",
1520
"homepage": "https://github.com/coderwhy/coderwhy",

0 commit comments

Comments
 (0)