Skip to content

Commit e1da8a6

Browse files
committed
.gitignore: Added example
1 parent 3e8cc8e commit e1da8a6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

examples/prism-ignore.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<h2>Comment</h2>
2+
<pre><code># Simple comment
3+
## Section
4+
### Header</code></pre>
5+
6+
<h2>Entry</h2>
7+
<pre><code>file[1-3].txt
8+
.configs/**
9+
!.configs/shared.cfg</code></pre>

0 commit comments

Comments
 (0)