Skip to content

Commit 5ae22f1

Browse files
committedJan 30, 2016
Init
0 parents  commit 5ae22f1

File tree

1,214 files changed

+507532
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,214 files changed

+507532
-0
lines changed
 

‎.editorconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
end_of_line = lf
6+
insert_final_newline = true
7+
8+
[*.{js,py,php,es6,jsx,ts,tsx}]
9+
indent_style = space
10+
indent_size = 4
11+
charset = utf-8
12+
trim_trailing_whitespace = true

‎.gitignore

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Created by .ignore support plugin (hsz.mobi)
2+
### WordPress template
3+
*.log
4+
.htaccess
5+
sitemap.xml
6+
sitemap.xml.gz
7+
wp-config.php
8+
wp-content/advanced-cache.php
9+
wp-content/backup-db/
10+
wp-content/backups/
11+
wp-content/blogs.dir/
12+
wp-content/cache/
13+
wp-content/upgrade/
14+
wp-content/uploads/
15+
wp-content/wp-cache-config.php
16+
wp-content/plugins/hello.php
17+
18+
/readme.html
19+
/license.txt
20+
21+
.idea

0 commit comments

Comments
 (0)
Please sign in to comment.