-
Notifications
You must be signed in to change notification settings - Fork 0
/
.npmignore
49 lines (43 loc) · 1007 Bytes
/
.npmignore
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
# In GitHub Actions, all the content of the .gitignore gets added to
# this file.
# If there's both a `.gitignore` *and* `.npmignore` file, and a file
# might mentioned in `.gitignore` but not in `.npmignore` it will be
# included.
# And we don't want to have maintain both. So right before it runs the
# `npm publish` step it will combine these two files.
/node_modules/
client/node_modules/
ssr/node_modules/
kumascript/node_modules/
content/node_modules/
server/node_modules/
# This won't be relevant or needed once the content is gone.
/content/files/en-us/
/client/venv/
/deployer
kumascript/tests
testing/
import/
/mdn-web-docs.svg
.github/
/docs/
README.md
client/search-experimentation.js
yarn-error.log
content/files/
# Since we ship the built stuff, we actually no longer need any of the source
client/src/
# Build/Dev files
.eslint*
.prettier*
.stylelint*
.flake8
tsconfig.json
Procfile.*
webpack.config.js
jest.config.js
*.test.js
.storybook/
.nvmrc
# Don't pack the build.
mdn-yari-*.tgz