-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
38 lines (33 loc) · 1.12 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
# Ignore everything in the root except the "wp-content" directory.
/*
!readme.md
!.gitignore
!wp-content/
# Ignore everything in the "wp-content" directory, except the "plugins"
# and "themes" directories.
wp-content/*
!wp-content/mu-plugins/
!wp-content/plugins/
!wp-content/themes/
# Ignore everything in the "mu-plugins" directory, except the plugins you
# specify (see the commented-out examples for hints on how to do this.)
wp-content/mu-plugins/*
#!wp-content/mu-plugins/theme-functions/
#!wp-content/mu-plugins/cpt-core/
#!wp-content/mu-plugins/taxonomy-core/
# Ignore everything in the "plugins" directory, except the plugins you
# specify (see the commented-out examples for hints on how to do this.)
wp-content/plugins/*
!wp-content/plugins/core-functionality/
# Ignore everything in the "themes" directory, except the themes you
# specify (see the commented-out example for a hint on how to do this.)
wp-content/themes/*
!wp-content/themes/firewell/
# Ignore other annoying files
**/.DS_Store
**/.sass-cache/**
**/.codekit-cache/**
**/config.codekit
**/dwsync.xml
**/style.css/**
/wp-content/themes/firewell/assets/styles/style.css