forked from patternfly/patternfly-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (45 loc) · 658 Bytes
/
.gitignore
File metadata and controls
61 lines (45 loc) · 658 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Development files
node_modules
tmp
.tmp
# Generator config file
project.conf.json
# ignore js, map, and css in element dirs
elements/*/_temp
elements/*/dist
elements/*/__*.scss
elements/*/package-lock.json
# Demo URL
examples/index.html
# Compiled index
doc/index.html
# Logs
lerna-debug.log
npm-debug.log*
local.log
# Local files
.env
*.local.umd.js
*.local.js
# Storybook
.storybook_out
test/.wct-kludge
# Sass
.sass-cache
# Mac-specific
.DS_Store
# IDEs
.vimrc
.sonarlint
.history
# Temp files
*~
*.swp
# Kube assets
docs/resources/_gen/assets
# E2E
/test/vrt-snapshots/
/test/vrt-results/
# Storybook
storybook
elements/pfe-sass/demo/*