forked from salesforce-ux/design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
60 lines (47 loc) · 898 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
59
60
# Ignore all hidden dotfiles
.*
# Whitelist useful dotfiles
!/.scss-linters/
!/.babelrc
!/.editorconfig
!/.eslintignore
!/.eslintrc.yml
!/.esmrc
!/.gitattributes
!/.gitignore
!/.hound.yml
!/.scss-lint.yml
!/.stylelintrc.yml
!/.sldsrc.defaults.yml
!/.stylestatsrc
!/.travis.yml
!/.github
!/.prettierignore
!/.storybook
!/.circleci
# Add a .gitkeep file in an empty
# directory to check it in the repository
!.gitkeep
# for vrt
*snap.json
# Ignore generated styles
/assets/styles
# Ignore generated scripts
/assets/scripts
# Ignore generated tokens
design-tokens/components.yml
# Ignore modules
/node_modules
# Ignore assets
/_slds/images/themes/oneSalesforce
# Ignore logs
*.log
# Ignore code coverage reports
coverage
# Ignore tokens distribution
/design-tokens/dist
# Ignore test design-tokens + images
/design-tokens/__themes__
/assets/images/__local__
# Legacy folders
/git_modules