Remove files that should be ignored based on .gitignore
This commit is contained in:
@ -1,23 +0,0 @@
|
||||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
<ol>
|
||||
<li>item 1</li>
|
||||
<li>item 2</li>
|
||||
</ol>
|
||||
<table border=1>
|
||||
<tr><td>Cell 1</td><td>Cell 2</td></tr>
|
||||
<tr><td>Cell 3</td><td>Cell 4 (it's the last one)</td></tr>
|
||||
</table>
|
||||
<p>A paragraph without much text.</p>
|
||||
<div role="group">Another paragraph without much text.</div>
|
||||
<blockquote>
|
||||
<p>A quoted paragraph without much text.</p>
|
||||
<p>Another quoted paragraph without much text.</p>
|
||||
</blockquote>
|
||||
<ul>
|
||||
<li>item 3</li>
|
||||
<li>item 4</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user