forked from MaineLearning/MaineLearning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
52 lines (36 loc) · 770 Bytes
/
.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
# Exclude user generated content
wp-content/blogs.dir/
wp-content/uploads/*
wp-content/cache/*
wp-content/backup-db/*
_archive
# Exclude environment files
env.php
# Don't include .htaccess, which causes problems with the dev site
.htaccess
# Don't include supercache configuration files
wp-content/advanced-cache.php
wp-content/wp-cache-config.php
# Don't track feed2js cache
./_utilities/feed2js/magpie/cache*
# Don't include Espresso metadata
mainelearning.net.esproj
# Don't include the debug log
error_log
php_error.log
PHP_errors.log
wp-admin/error_log
wp-content/debug.log
# Misc exclusions
*.bak
*.sql
.DS_store
.DS_Store
LocalSettings.old*
wp-content/plugins/custom-anti-spam/cas_*
*.php.orig
#maintenance.html
.fseventsd/
.svn
# vim files
*.swp