Skip to content

Commit

Permalink
add docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
prappo committed Aug 18, 2024
1 parent 6683ffd commit d19ce3f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wordpress Plugin Boilerplate</title>
</head>
<body>
<h1>Wordpress Plugin Boilerplate</h1>

</body>
</html>
1 change: 1 addition & 0 deletions gruntfile.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const distFiles = [
'!composer.json',
'!composer.lock',
'!contributing.md',
'!docs/**',
'!gruntfile.cjs',
'!package.json',
'!package-lock.json',
Expand Down

0 comments on commit d19ce3f

Please sign in to comment.