-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
48 lines (43 loc) · 1020 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
## FOLDERS
/.sass-cache/
/node_modules
/vendor/
/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
/modules/**/*/*block.js
.phpcs.xml
phpcs.xml
## 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