forked from babel/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
53 lines (46 loc) · 849 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
_babel
.sass-cache
node_modules
.DS_Store
npm-debug.log
# webpack output
website/static/*/build
website/build
# testing
coverage
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.jekyll-metadata
# These markdown files are downloaded/copied using scripts/download-readmes.js
# from other repos so we don't want to commit them
docs/helper-*.md
docs/plugin-*.md
docs/preset-*.md
docs/gulp-*.md
docs/cli.md
docs/code-frame.md
docs/core.md
docs/generator.md
docs/helpers.md
docs/highlight.md
docs/node.md
docs/polyfill.md
docs/register.md
docs/runtime.md
docs/template.md
docs/traverse.md
docs/types.md
docs/standalone.md
docs/babel.md
docs/babylon.md
docs/minify.md
docs/messages.md
# generated using scripts/download-sponsors.json
website/data/sponsors.json