-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
58 lines (44 loc) · 943 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
57
58
# ignore dependency caches
node_modules/
# ignore builds
dist
# ignore generated files
coverage/
**/.netlify
junit.xml
test-reports/
browserstack.err
**/__image_snapshots__/__diff_output__/
.measure-output/
imageSnapshotFailures/
# created by build-stats tool
.data/
# ignore yarn.locks generated in packages
packages/**/**/yarn.lock
# ignore all logs
*.log
# ignore editor generated files
.vscode
.idea
.iml
# ignore OS generated files
**/.DS_Store
# This is a hardcoded file for now, just to show that things are working, will remove once not
# hardcoded
releases/new-release.md
website/dist.zip
# A file we use for pushing secrets to micros, just in case
secrets.json
.vs/slnx.sqlite
# this is created only in deploy-branch-build-dists builds in CI
dists/
# allow using .envrc to automate local environment, exclude from CVS
.envrc
lu-01.md
lu-02.md
lu-03.md
.yarn/*
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions