forked from wptide/wptide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (47 loc) · 981 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
48
49
50
51
52
53
54
55
56
57
.idea
.vscode
vendor
_vendor
# Variables
.env
.env.gcp
# MacOS
.DS_Store
# GO Binary
bin/*-server
# GO testdata report
report.json
# Output of Overalls, specifically when used with Travis CI & Coveralls
*.coverprofile
# Server data
data/api/*
data/lighthouse-server/*
data/mongo
data/phpcs-server/*
data/sync-server/*
data/tpl/api/*
data/tpl/lighthouse-server/*
data/tpl/phpcs-server/*
data/tpl/sync-server/*
!**/.gitkeep
# GKE YAML Configurations
**/*.yaml
# API
service/api/vendor
service/api/wordpress
service/api/wp-content/plugins/flush-opcache
service/api/wp-content/plugins/gmail-smtp
service/api/wp-content/plugins/pj-page-cache-red
service/api/wp-content/plugins/wp-redis
service/api/wp-content/themes
!service/api/wp-content/themes/docs
service/api/wp-content/uploads
service/api/wp-content/upgrade
service/api/wp-content/debug.log
service/api/app.yaml
service/api/cron.yaml
service/api/wp-config.php
# Sync Server
cmd/sync-server/db
# GCP
service-account.json