-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (37 loc) · 693 Bytes
/
.gitignore
File metadata and controls
41 lines (37 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.idea
*.iml
target
work
.parcel-cache
dist
src/main/webapp/js
node_modules
*.styles.ts
node
npm-debug.log
# package-lock.json
yarn-error.log
/test-results/
/playwright-report/
/playwright/.cache/
# yarn 2
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# yarn 2 in templates
bin/template/.yarn/*
!bin/template/.yarn/patches
!bin/template/.yarn/plugins
!bin/template/.yarn/releases
!bin/template/.yarn/sdks
!bin/template/.yarn/versions
bin/showcase-template/.yarn/*
!bin/showcase-template/.yarn/patches
!bin/showcase-template/.yarn/plugins
!bin/showcase-template/.yarn/releases
!bin/showcase-template/.yarn/sdks
!bin/showcase-template/.yarn/versions