diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-03-22 16:02:35 -0400 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2020-03-22 16:03:08 -0400 |
| commit | 3571afece104e39c676cfdb53df9392c225380d0 (patch) | |
| tree | d7ea5f27ccaddf6922e27202370ea53d0b6c0a8a /.gitignore | |
| parent | f9cecfc0fb0cbd7a75b8aace84f094a46824b705 (diff) | |
Ignore web artifacts
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 42243f01a..17cf4a627 100644 --- a/.gitignore +++ b/.gitignore @@ -271,3 +271,8 @@ dist # BenchmarkDotNet artifacts BenchmarkDotNet.Artifacts + +# Ignore web artifacts from native builds +web/ +web-src.* +MediaBrowser.WebDashboard/jellyfin-web/ |
