diff options
author | Paul Daniel Faria <[email protected]> | 2020-06-27 17:02:49 +0100 |
---|---|---|
committer | Paul Daniel Faria <[email protected]> | 2020-06-27 17:02:49 +0100 |
commit | 9777d2cb2dcea7b5a3b289708fea21b4bf787f0f (patch) | |
tree | ebe09304a24180b010b21a6aea3a727433403565 | |
parent | 68a649d547c844cb44ee619b7f45d1193dad2b02 (diff) |
Remove html from gitignore so highlight snapshots are not ignored
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index aef0fac33..472fe1a13 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -7,6 +7,5 @@ crates/*/target | |||
7 | *.log | 7 | *.log |
8 | *.iml | 8 | *.iml |
9 | .vscode/settings.json | 9 | .vscode/settings.json |
10 | *.html | ||
11 | generated_assists.adoc | 10 | generated_assists.adoc |
12 | generated_features.adoc | 11 | generated_features.adoc |