forked from Automattic/jetpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
58 lines (53 loc) · 1.23 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
## FOLDERS
/.sass-cache/
/node_modules
vendor/bin
vendor/dealerdirect
vendor/phpcompatibility
vendor/sirbrillig
vendor/squizlabs
vendor/wp-coding-standards
vendor/automattic/jetpack-autoloader
/wpcom-test-backup/
/.vscode/
## FILES
.DS_Store
# Custom environment for docker-compose (used by docker-compose.yml)
/.env
languages/messages.pot
.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
## 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
# 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
_inc/jetpack-strings.php
/modules/**/*/block.js
/vendor/automattic/
/vendor/composer/
/vendor/autoload.php
/vendor/autoload_packages.php