Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

Commit a5ef990

Browse files
Initial commit
0 parents  commit a5ef990

3 files changed

Lines changed: 695 additions & 0 deletions

File tree

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
*.log
2+
wp-config.php
3+
wp-content/advanced-cache.php
4+
wp-content/backup-db/
5+
wp-content/backups/
6+
wp-content/blogs.dir/
7+
wp-content/cache/
8+
wp-content/upgrade/
9+
wp-content/uploads/
10+
wp-content/mu-plugins/
11+
wp-content/wp-cache-config.php
12+
wp-content/plugins/hello.php
13+
14+
/.htaccess
15+
/license.txt
16+
/readme.html
17+
/sitemap.xml
18+
/sitemap.xml.gz
19+

0 commit comments

Comments
 (0)