forked from Automattic/wp-calypso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
60 lines (50 loc) · 815 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
.webpack-cache
.sass-cache
.babel-cache
.vagrant
.unison
.env
.DS_Store
.idea
.vscode
*.iml
*.iws
/tags
node_modules
/npm-debug.log*
*.sw?
!*.swf
.eslintcache
test-results*.xml
/stats.json
# added during build
/config/secrets.json
# config overrides
/config/*.local.json
/coverage
/build
/public/*.js
/public/*.js.map
/public/*.css
/public/*.css.map
/public/vendors~*
/public/sections/*
/public/sections-rtl/*
/public/images/*.gif
/public/images/*.jpg
/public/images/*.png
/public/images/*.svg
/server/devdocs/search-index.js
/server/devdocs/components-usage-stats.json
/server/devdocs/proptypes-index.json
/server/bundler/assets.json
*.rdb
*.db
/calypso-strings.pot
cover.html
.test.log
cached-requests.json
# Gutenberg extensions
/client/gutenberg/extensions/**/build
# package output
/packages/*/dist/