Skip to content

Commit 73aa86c

Browse files
authored
🔀: Merge pull request #2 from Programming-Contents-List/yarnworkspace/config/1
yarn-workspace 구성하기
2 parents 81016d6 + b97af38 commit 73aa86c

File tree

1,515 files changed

+50442
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,515 files changed

+50442
-4
lines changed

.gitignore

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Node.js
2+
node_modules/
3+
4+
# Logs
5+
npm-debug.log*
6+
yarn-debug.log*
7+
yarn-error.log*
8+
9+
# Build output
10+
dist/
11+
build/
12+
13+
# Environment variables
14+
.env
15+
.env.local
16+
.env.development.local
17+
.env.test.local
18+
.env.production.local
19+
20+
# Editor directories and files
21+
.idea/
22+
.vscode/
23+
24+
# OS-specific files
25+
.DS_Store
26+
Thumbs.db
27+
28+
# Yarn Berry
29+
.yarn/*
30+
!.yarn/cache
31+
!.yarn/patches
32+
!.yarn/plugins
33+
!.yarn/releases
34+
!.yarn/sdks
35+
!.yarn/versions

.pnp.cjs

Lines changed: 31531 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)