-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
101 lines (77 loc) · 1.54 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
90
91
92
93
94
95
96
97
98
99
100
101
# Logs
logs
*.log
# Runtime data
.awcache
*.pid
*.seed
pids
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# Users Environment Variables
.lock-wscript
# OS generated files #
.DS_Store
ehthumbs.db
Icon?
!icons
Thumbs.db
# Node Files #
node_modules/
bower_components/
npm-debug.log
yarn-error.log
# IDE #
.idea/
*.swp
# Ignore app cachefiles if any
/app/cache/*
!/app/cache/.gitkeep
# Ignore app logfiles if any
/app/logs/*
!/app/logs/.gitkeep
plugins.log
# Ignore WordPress. Will be installed with composer.
/web/wp/
# Ingore possible faulty Symlink in vagrant
/web/web
# Ignore WordPress plugins. Will be installed with composer.
/web/wp-content/plugins/amazon-s3-and-cloudfront/
# Plugins
web/wp-content/languages/
web/wp-content/plugins/
web/wp-content/themes/
web/wp-content/mu-plugins/*
web/wp-content/*.php
web/wp-content/.*
!web/wp-content/mu-plugins/wp-check-db-readonly.php
# Dist #
/vendor/*
dist/
# Ignore all files under WordPress' upload directory
/web/data/uploads/*
/web/data/cache/*
# Ignore generated sitemaps etc.
/web/data/sitemap/*
!/web/data/sitemap/.gitkeep
# Ignore generated csv files in exported by exporter plugin etc.
/web/data/exporter-plugin/*
# Ignore dynamically created configs
/app/config/parameters.yml
/app/config/robots.txt
/app/config/crontab
/app/config/defaults.php
/web/robots.txt
# Ignore .lock files
/Gemfile.lock
# Ignore logs.
/app/logs/*.log
# Ignore builds
.vagrant
.idea
.installed*
#web env
web.env
/config/defaults.php