forked from Automattic/jetpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.svnignore
74 lines (74 loc) · 1.25 KB
/
.svnignore
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
.eslintrc.js
.eslintignore
.git
.gitignore
.sass-cache
.jshintrc
.jshintignore
.travis.yml
.npmrc
.nvmrc
.eslines.json
.eslintcache
readme.md
.github
babel.config*
phpunit.xml.dist
dangerfile.js
renovate.json
bin/phpcs-whitelist.js
bin/pre-commit-hook.js
bin/release-package.php
css/*.css.map
docs
tests
scss
tools
vendor/bin
vendor/dealerdirect
vendor/phpcompatibility
vendor/sirbrillig
vendor/squizlabs
vendor/wp-coding-standards
vendor/automattic/jetpack-autoloader
vendor/automattic/**/tests/
vendor/automattic/**/README.md
vendor/automattic/**/phpunit.xml
vendor/automattic/**/phpunit.xml.dist
vendor/automattic/**/composer.json
composer.lock
package.json
gulpfile.js
gulpfile.babel.js
node_modules
languages/jetpack.pot
LICENSE.txt
modules/widgets/follow-button.php
modules/calypsoify/*.css.map
modules/calypsoify/*.scss
to-test.md
webpack.config*
.editorconfig
_inc/client
_inc/build/*.js.map
_inc/build/*.css.map
_inc/build/maps
.codeclimate.yml
yarn.lock
docker
bin/pre-commit-hook.js
yarn-error.log
extensions/**/*.css
extensions/**/*.gif
extensions/**/*.jpeg
extensions/**/*.jpg
extensions/**/*.js
extensions/**/*.json
extensions/**/*.jsx
extensions/**/*.md
extensions/**/*.png
extensions/**/*.sass
extensions/**/*.scss
extensions/**/*.svg
packages
**/__snapshots__