Skip to content

Commit 51bc4db

Browse files
committed
init ..
0 parents  commit 51bc4db

14 files changed

+7945
-0
lines changed

.gitignore

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

0 commit comments

Comments
 (0)