-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (56 loc) · 1.45 KB
/
.gitignore
File metadata and controls
64 lines (56 loc) · 1.45 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
#Configuration data
stoolball-settings.class.php
#Cachesandlogs
php-errors.log
thumbs.db
htmlpurifier/HTMLPurifier/DefinitionCache/*
#Uploadeddatafiles
wordpress_image_uploads
#Minifiedfiles
public_html/css/*.min.css
public_html/scripts/stoolball.min.js
#Temporarycodesandpit
public_html/yesnosorry/run-once.php
# Code editor config
.vscode
#Dependencies
htmlpurifier
Zend
tiny_mce
wp-includes
wp-admin
vendor
public_html/index.php
public_html/license.txt
public_html/readme.html
public_html/wp-activate.php
public_html/wp-atom.php
public_html/wp-blog-header.php
public_html/wp-comments-post.php
public_html/wp-commentsrss2.php
public_html/wp-config-sample.php
public_html/wp-config.php
public_html/wp-cron.php
public_html/wp-feed.php
public_html/wp-links-opml.php
public_html/wp-load.php
public_html/wp-login.php
public_html/wp-mail.php
public_html/wp-pass.php
public_html/wp-rdf.php
public_html/wp-register.php
public_html/wp-rss.php
public_html/wp-rss2.php
public_html/wp-settings.php
public_html/wp-signup.php
public_html/wp-trackback.php
public_html/xmlrpc.php
public_html/wp-content/*
!public_html/wp-content/themes
!public_html/wp-content/plugins
public_html/wp-content/themes/*
public_html/wp-content/plugins/*
# WordPress themes and plugins to include in the repo
!public_html/wp-content/themes/stoolball
!public_html/wp-content/plugins/stoolball
!public_html/wp-content/plugins/wp-category-archive