-
Notifications
You must be signed in to change notification settings - Fork 38
/
.gitignore
56 lines (49 loc) · 1015 Bytes
/
.gitignore
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Include your project-specific ignores in this file
# Read about how to use .gitignore: https://help.github.com/articles/ignoring-files
# Find more examples at https://github.com/github/gitignore
# Dependencies
# - Node modules directory. comment this line to commit them.
node_modules/
pacts/
pact-logs/
# OS or Editor folders
._*
.cache
.DS_Store
.idea
.project
.settings
.tmproj
*.esproj
*.sublime-*
.vscode/*
!.vscode/launch.json
!.vscode/tasks.json
nbproject
Thumbs.db
logs
*.log
.yalc
yalc.lock
package-lock.json
dist/
esm/
!.github/actions/**/dist
coverage/
/packages/f-content-cards/stories/mocks/
/.vs
# Yarn
.yarn/*
!.yarn/releases
# Test result folders
**/allure-report
**/test/results/allure-results/*
**/test/results/axe-violations/*
!**/test/results/axe-violations/README.md
test/results/ci
# Build pipeline artifacts
.turbo/*
!.turbo/config.json
# Tmp build output
packages/components/organisms/f-cookie-banner-static/.tmp-dist/
packages/components/organisms/f-cookie-banner-static/.tmp-vue/