-
Notifications
You must be signed in to change notification settings - Fork 798
/
.gitignore
59 lines (53 loc) · 1.2 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
## FOLDERS
/.sass-cache/
/node_modules
vendor/
jetpack_vendor/
/.nova/
/logs
/allure-results/
## FILES
.DS_Store
*.swp
# Custom environment for Docker compose (used by docker-compose.yml)
/.env
/tools/docker/compose-extras.yml
/tools/docker/compose-volumes.yml
/tools/docker/compose-volumes.built.yml
/tools/docker/compose-extras.built.yml
/tools/docker/compose-mappings.built.yml
/tools/docker/jetpack-docker-config.yml
/tools/phpcs.log
# File for personal customiziations, if desired.
/tools/docker/mu-plugins/0-sandbox.php
.idea
*.iml
npm-debug.log
*.unison.tmp
.eslintcache
.phpcs.xml
.pnpm-debug.log
phpcs.xml
.phpunit.result.cache
## Things for Docker compose
/tools/docker/data/*
!/tools/docker/data/.gitkeep
!/tools/docker/data/ssh.keys/
/tools/docker/logs/*
!/tools/docker/logs/.gitkeep
# Custom environment for docker containers
/tools/docker/.env
/tools/docker/wordpress-develop/*
!/tools/docker/wordpress-develop/.gitkeep
/tools/docker/wordpress/*
!/tools/docker/wordpress/.gitkeep
# Tunneling scripts
/tools/jtuber.sh
/tools/tunnel.sh
/tools/jt/
/tools/docker/bin/jt/
# This file indicates we're in draft mode, which reduces checks
.jetpack-draft
# VS Code setting files
*.code-workspace
/.vscode/settings.json