-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.gitignore
54 lines (53 loc) · 1017 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
53
54
.log
.map
.vscode
.DS_Store
.phpdoc
/vendor
.htaccess
web.config
/db-config.php
/index.php
/private/node_modules
/readme.html
/wp-activate.php
/wp-admin
/wp-atom.php
/wp-blog-header.php
/wp-comments-post.php
/wp-commentsrss2.php
/wp-config*
/wp-content/advanced-cache.php
/wp-content/backup-db/*
/wp-content/blogs.dir/*
/wp-content/cache/*
/wp-content/index.php
/wp-content/languages/*
/wp-content/mu-plugins/*
/wp-content/plugins/*
/wp-content/themes/humanity-theme/assets/fonts/*
/wp-content/themes/humanity-theme/assets/images/*
/wp-content/themes/humanity-theme/assets/scripts/*
/wp-content/themes/humanity-theme/assets/styles/*
/wp-content/themes/index.php
/wp-content/themes/twenty*
/wp-content/upgrade/*
/wp-content/uploads/*
/wp-content/wp-cache-config.php
/wp-cron.php
/wp-feed.php
/wp-includes
/wp-links-opml.php
/wp-load.php
/wp-login.php
/wp-mail.php
/wp-pass.php
/wp-rdf.php
/wp-register.php
/wp-rss.php
/wp-rss2.php
/wp-settings.php
/wp-signup.php
/wp-trackback.php
/xmlrpc.php
/wp-content/languages/*