-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
89 lines (77 loc) · 2.08 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Git Ignore for My Project.
# -----------------------------------------------------------------------------
# Kapow! setup script.
# -------------------------------------
kapow.sh
# Flotsam & Jetsam.
# -------------------------------------
.DS_Store
# Nested Git files.
# -------------------------------------
build/**/.git
build/**/.gitignore
build/**/.gitmodules
# Assets & Grunt files - Stop accidental commits
# -------------------------------------
assets/css/*
assets/glob/
assets/scss/base/_sprites.scss
assets/js/lib/_modernizr-custom.js
assets/scss/glob/*
assets/js/*.tmp.js
!assets/css/.gitkeep
imgcache/*
yarn-error.log
# Composer.
# -------------------------------------
vendor
!assets/scss/vendor
!build/wp-content/**/vendor/
# Dependencies.
# -------------------------------------
bower_components
node_modules
# Documentation & Reports.
# -------------------------------------
wpcs-errors.md
# WordPress.
# -------------------------------------
# Root
build/*
!build/static/
!build/polyfills/
!build/wp-content/
!build/index.php
!build/local-config.php
!build/robots.txt
!build/wp-config.php
!build/.htaccess
# WP Content
build/wp-content/debug.log
build/wp-content/advanced-cache.php
build/wp-content/backup-db/
build/wp-content/backups/
build/wp-content/blogs.dir/
build/wp-content/cache/
build/wp-content/plugins/hello.php
build/wp-content/uploads/
build/wp-content/upgrade/
build/wp-content/wp-cache-config.php
build/wp-content/plugins/hello.php
!build/wp-content/**/vendor/
# Themes - Stock
build/wp-content/themes/twentyten/
build/wp-content/themes/twentyeleven/
build/wp-content/themes/twentytwelve/
build/wp-content/themes/twentythirteen/
build/wp-content/themes/twentyfourteen/
build/wp-content/themes/twentyfifteen/
build/wp-content/themes/twentysixteen/
build/wp-content/themes/twentyseventeen/
build/wp-content/themes/twentyeighteen/
build/wp-content/themes/twentynineteen/
# Themes - Custom
build/wp-content/themes/mkdo-nhs-theme/assets/css/
build/wp-content/themes/mkdo-nhs-theme/assets/js/
build/wp-content/themes/mkdo-nhs-theme/style.css
build/wp-content/themes/mkdo-nhs-theme/style.css.map