Skip to content

Commit a886c55

Browse files
committed
Add npm to project
1 parent c860e80 commit a886c55

File tree

3 files changed

+14559
-0
lines changed

3 files changed

+14559
-0
lines changed

.gitignore

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
9+
10+
# Output
11+
node_modules
12+
dist
13+
dist-ssr
14+
*.local
15+
artifacts
16+
coverage
17+
18+
# CI
19+
.jenkins
20+
junit.xml
21+
22+
# Editor directories and files
23+
.vscode/*
24+
!.vscode/extensions.json
25+
.idea
26+
.DS_Store
27+
*.suo
28+
*.ntvs*
29+
*.njsproj
30+
*.sln
31+
*.sw?
32+
node_modules

0 commit comments

Comments
 (0)