forked from Automattic/jetpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
80 lines (76 loc) · 1.82 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
## FOLDERS
/.sass-cache/
/node_modules
vendor/bin
vendor/dealerdirect
vendor/mediawiki/mediawiki-codesniffer
vendor/phpcompatibility
vendor/php-parallel-lint
vendor/sirbrillig
vendor/squizlabs
vendor/wp-coding-standards
vendor/automattic/jetpack-autoloader
/wpcom-test-backup/
/.vscode/
/logs
/allure-results/
## FILES
.DS_Store
*.code-workspace
# Custom environment for docker-compose (used by docker-compose.yml)
/.env
/docker/compose-extras.yml
/docker/compose-volumes.yml
/docker/compose-volumes.built.yml
# File for personal customiziations, if desired.
/docker/mu-plugins/0-sandbox.php
.idea
*.iml
npm-debug.log
tests/php/files/jetpack-150x150.jpg
*.unison.tmp
.eslintcache
yarn-error.log
.phpcs.xml
phpcs.xml
/modules/**/*.min.css.map
.phpunit.result.cache
## Things for docker-composer
/docker/data/mysql/*
!/docker/data/mysql/.gitkeep
/docker/logs/*
!/docker/logs/.gitkeep
# Custom environment for docker containers
/docker/.env
/docker/wordpress-develop/*
!/docker/wordpress-develop/.gitkeep
/docker/wordpress/*
!/docker/wordpress/.gitkeep
# Tunneling scripts
/bin/jtuber.sh
/bin/tunnel.sh
/bin/jt/
/docker/bin/jt/
# Don't list files below this comment if they need to be ignored for bundling the Jetpack release.
# From here on, we only list files that are generated by a build process, ignored in git, but should be present in SVN.
#
## Things we will need in release branches
/_inc/blocks
/_inc/build
/modules/**/*.min.css
/modules/**/*-rtl.css
/css
/modules/**/*/block.js
/vendor/automattic/
/vendor/composer/
/vendor/autoload.php
/vendor/autoload_packages.php
/vendor/autoload_functions.php
/vendor/class-autoloader-handler.php
/vendor/class-classes-handler.php
/vendor/class-files-handler.php
/vendor/class-manifest-handler.php
/vendor/class-plugins-handler.php
/vendor/class-version-selector.php
/vendor/jetpack-autoloader
/vendor/nojimage