forked from boxuk/wp-project-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
66 lines (53 loc) · 1.13 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
/vendor/
/wp
/wp-content/plugins/*
/wp-content/languages/*
!/wp-content/languages/boxuk*.pot
!/wp-content/languages/boxuk*.po
!/wp-content/languages/boxuk*.mo
!/wp/.gitkeep
!/wp-content/mu-plugins/index.php
!/wp-content/plugins/index.php
/wp-content/uploads
/wp-content/vendor
/wp-content/object-cache.php
/wp-content/advanced-cache.php
/wp-content/cache
/wp-content/wonolog
/wp-content/db.php
/wp-content/mu-plugins/000-boxuk/cache/*
!/wp-content/mu-plugins/000-boxuk/cache/.gitkeep
debug.log
# Sometimes we want to force mu-plugins but we don't want to commit to repo, list those here
/wp-content/mu-plugins/flagpole
/wp-content/mu-plugins/wp-hook-attributes
/node_modules/
/bin/*
!/bin/docker
!/bin/.gitkeep
!/bin/install
!/bin/vip-install
!/bin/clearcache
!/bin/dump-di-cache
!/bin/rebuild
!/bin/create-mu-plugin
!/bin/makepot
!/bin/pot2po
!/bin/po2mo
!/bin/backstop_report
.env
/.env.local
/.env.local.php
/.env.*.local
/tests/.env
/tests/tmp/*
!/tests/tmp/.gitkeep
.phpunit.result.cache
.phpunit.cache/
!docker/database/init.sql
auth.json
/docker/nginx/conf/styleguide.conf
playwright-report
.turbo/
/coverage/*
!/coverage/index.html