mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Make sure we ignore compiled media files
This commit is contained in:
@@ -5,7 +5,6 @@ Thumbs.db
|
||||
node_modules/
|
||||
.build/
|
||||
extensions/**/dist/
|
||||
extensions/notebook-markdown-extensions/notebook-out/**
|
||||
/out*/
|
||||
/extensions/**/out/
|
||||
src/vs/server
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
notebook-out
|
||||
media/*.js
|
||||
@@ -0,0 +1 @@
|
||||
notebook-out
|
||||
Reference in New Issue
Block a user