diff options
| author | 2022-08-07 18:19:16 +0200 | |
|---|---|---|
| committer | 2022-08-07 18:19:16 +0200 | |
| commit | 879b4abde722cb66463ca81a4cf6ac5465ef276d (patch) | |
| tree | cdbd98840bca27317ad0860a194072671ed04ebe /vendor/github.com/tdewolff/parse/v2/.gitignore | |
| parent | [feature] Photoswipe gallery (#740) (diff) | |
| download | gotosocial-879b4abde722cb66463ca81a4cf6ac5465ef276d.tar.xz | |
[bugfix] Markdown formatting updates (#743)
* add minify dependency specifically for markdown
* rearrange markdown formatting
* update markdown tests
Diffstat (limited to 'vendor/github.com/tdewolff/parse/v2/.gitignore')
| -rw-r--r-- | vendor/github.com/tdewolff/parse/v2/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/github.com/tdewolff/parse/v2/.gitignore b/vendor/github.com/tdewolff/parse/v2/.gitignore new file mode 100644 index 000000000..6144b690b --- /dev/null +++ b/vendor/github.com/tdewolff/parse/v2/.gitignore @@ -0,0 +1,5 @@ +tests/*/fuzz-fuzz.zip +tests/*/crashers +tests/*/suppressions +tests/*/corpus/* +!tests/*/corpus/*.* |
