-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (49 loc) · 734 Bytes
/
.gitignore
File metadata and controls
61 lines (49 loc) · 734 Bytes
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
# WordPress
wp
public/content/upgrade
public/content/plugins
public/content/themes
public/content/mu-plugins/*
!public/content/mu-plugins/load.php
public/content/uploads
public/content/db.php
public/content/object-cache.php
# Languages
public/content/languages
!public/content/languages/plugins
!public/content/mu-plugins/languages
# Runtime files.
/data/*
!/data/.gitkeep
# Plugin Repos
app
# Logs
/logs/*
!/logs/.gitkeep
*.log
# Dotenv
.env
.env.*
!.env.example
# Compass/SASS/SCSS
.sass-cache
# Composer
vendor
# Javascript
node_modules
dist
build
# WP-CLI
wp-cli.local.yml
# Local development
docker-compose.override.yml
sassdoc
scss-lint-report.xml
config.codekit
notes.md
sql/
# IDE
.DS_Store
.idea
# Other
debug.log