Skip to content

Commit

Permalink
Merge pull request #93 from wpugph/92-theme-cutover
Browse files Browse the repository at this point in the history
DCTX v2
  • Loading branch information
eabquina authored Apr 10, 2020
2 parents 090a097 + f66c23d commit 807130d
Show file tree
Hide file tree
Showing 242 changed files with 55,640 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ web/private/scripts/quicksilver

# custom theme and plugin should also be included here
!web/wp-content/themes/dctx/
!web/wp-content/themes/dctx-v2/

# Add directories containing build assets below.
# Keep all additions above the "cut" line.
Expand Down
3 changes: 3 additions & 0 deletions web/wp-content/themes/dctx-v2/.bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "assets/bower_components/"
}
22 changes: 22 additions & 0 deletions web/wp-content/themes/dctx-v2/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true

# Matches multiple files with brace expansion notation
# Set default charset
[*.{html,js,php,css,scss}]
charset = utf-8

# 4 space indentation
[*.{html,js,php,css,scss}]
indent_style = tab

# Matches the exact files
[{package.json,bower.json,.bowerrc,.eslintrc.js,.travis.yml,.sass-lint.yml,phpcs.xml}]
indent_style = space
Loading

0 comments on commit 807130d

Please sign in to comment.