forked from patternfly/patternfly-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
134 lines (104 loc) · 2.2 KB
/
.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# Development files
node_modules
**/node_modules
.wireit
.lvimrc
tmp
.tmp
# Generator config file
project.conf.json
####################################################
## ##
## ARTIFACTS ##
## ##
####################################################
## ignore js, map, and css in element dirs
## since we build our typescript sources in-place
## except files which we want to commit,
## like demo js and config files
pfe.min.js
*.js.map
**/*.LEGAL.txt
*.tsbuildinfo
test-results
/elements/react
elements/**/_temp
core/**/_temp
tools/**/_temp
elements/**/dist
core/**/dist
tools/**/dist
elements/**/*.js
core/**/*.js
tools/**/*.js
elements/**/*.js.map
core/**/*.js.map
tools/**/*.js.map
elements/**/*.d.ts
core/**/*.d.ts
tools/**/*.d.ts
elements/*/package-lock.json
core/*/package-lock.json
tools/*/package-lock.json
elements/*/test/**/*.png
core/*/test/**/*.png
tools/*/test/**/*.png
!elements/**/*.config.js
!core/**/*.config.js
!tools/**/*.config.js
!elements/*/demo/*
!core/*/demo/*
!tools/*/demo/*
!elements/pf-icon/demo/icons/**/*.js
!scripts/**/*.js
!tools/eslint-plugin/index.js
!tools/eslint-config/**/*.js
*.tgz
custom-elements.json
####################################################
## ##
## LOGS ##
## ##
####################################################
lerna-debug.log
npm-debug.log*
local.log
# Local files
.env
*.local.umd.js
*.local.js
test/.wct-kludge
core/pfe-core/demo/*
!core/pfe-core/demo/example.html
# Mac-specific
.DS_Store
# IDEs
.vimrc
.sonarlint
.history
# Temp files
*~
*.swp
# Documentation
/_site
/docs/demo.js
/docs/demo.js.map
/docs/_data/todos.json
/docs/bundle.js
/docs/bundle.js.map
/docs/demo/**/*.css
/docs/demo/**/*.js
/docs/demo/**/*.d.ts
/docs/demo/**/*.js.map
/docs/demo/demo.js.LEGAL.txt
/docs/demo/components.ts
!/docs/demo/demo.css
!/docs/core/styles/demo.njk
# E2E
/test/vrt-snapshots/
/test/vrt-results/
/test
browserstack.err
!docs/demo/web-dev-server.demo.config.js
# Local Netlify folder
.netlify