-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
66 lines (54 loc) · 950 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
58
59
60
61
62
63
64
65
66
# Editor
.idea*
.DS_*
._DS_*
._.*
.editorconfig
*.sql
# Application
public/.well-known/*
public/hot
public/app/debug.log
public/app/plugins/*
public/app/db.php
public/app/mu-plugins/*/
!public/app/mu-plugins/moj-auth/
public/app/upgrade
public/app/languages
public/app/uploads/*
vendor
vendor-assets
.dory.yml
auth.json
!public/app/plugins/.keep
!public/app/uploads/.keep
public/app/cache
# Theme
public/app/themes/*
!public/app/themes/justice
public/app/themes/justice/dist
public/app/themes/justice/node_modules
# WordPress
public/wp/*
!public/wp/.keep
# WordPress Plugin additions
public/app/ewww
# Dotenv
.env
.env.*
!.env.example
# Tests/Spec
spec/_output/*
!spec/_output/.keep
spec/Support/_generated/*
!spec/Support/_generated/.keep
# Docs
.phpdoc/build
.phpdoc/cache/*
# Jekyll
.github/pages/_site
.github/pages/sass-cache
.github/pages/.jekyll-cache
.github/pages/.jekyll-metadata
.github/pages/vendor
.github/pages/Gemfile.lock