Add audio and image files to gitignore
This commit is contained in:
parent
a65c7993d5
commit
b1de553b57
13
.gitignore
vendored
13
.gitignore
vendored
@ -11,3 +11,16 @@ node_modules/
|
|||||||
test-results/
|
test-results/
|
||||||
end2end/playwright-report/
|
end2end/playwright-report/
|
||||||
playwright/.cache/
|
playwright/.cache/
|
||||||
|
|
||||||
|
# Audio files
|
||||||
|
*.mp3
|
||||||
|
*.wav
|
||||||
|
*.ogg
|
||||||
|
*.flac
|
||||||
|
*.acc
|
||||||
|
|
||||||
|
# Image files
|
||||||
|
*.jpg
|
||||||
|
*.jpeg
|
||||||
|
*.png
|
||||||
|
*.gif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user