-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
89 lines (70 loc) · 2.03 KB
/
Copy path.gitignore
File metadata and controls
89 lines (70 loc) · 2.03 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# =========================
# Various
# =========================
/node_modules/
/bower_components/
/.sass-cache/
/import/
/export/
/release/
/temp/
/scripts/
# =========================
# VVV provisioning
# =========================
/provision/vvv-nginx.conf
# =========================
# WordPress
# =========================
*.log
# Ignore everything in the "public_html" directory except the "wp-content" directory.
public_html/*
!public_html/wp-content/
# Ignore everything in the "wp-content" directory, except the "plugins"
# and "themes" directories.
public_html/wp-content/*
!public_html/wp-content/plugins/
!public_html/wp-content/themes/
!public_html/wp-content/mu-plugins/
# Ignore everything in the "plugins" directory, except the plugins you
# specify (see the commented-out examples for hints on how to do this.)
public_html/wp-content/plugins/*
# !public_html/wp-content/plugins/my-single-file-plugin.php
!public_html/wp-content/plugins/mbd-wp-theme-custom-functions/
# Ignore everything in the "mu-plugins" directory, except the mu-plugins you
# specify (see the commented-out examples for hints on how to do this.)
public_html/wp-content/mu-plugins/*
# !public_html/wp-content/mu-plugins/my-single-file-plugin.php
# !public_html/wp-content/mu-plugins/my-directory-plugin/
# Ignore everything in the "themes" directory, except the themes you
# specify (see the commented-out example for a hint on how to do this.)
public_html/wp-content/themes/*
!public_html/wp-content/themes/mbd-wp-theme/
# Ignore compiled stylesheets if using Sass
public_html/wp-content/themes/mbd-wp-theme/style.css
# Ignore version stylesheets if using Sass
public_html/wp-content/themes/mbd-wp-theme/style.*.css
# =========================
# Operating System Files
# =========================
# Windows
# =========================
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
*.map
# Misc
*.zip
*.tar
*.gz
*.sql
*.sublime-workspace