mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
[css] webpack
This commit is contained in:
@@ -1,11 +1,21 @@
|
||||
test/**
|
||||
.vscode/**
|
||||
client/src/**
|
||||
client/tsconfig.json
|
||||
server/src/**
|
||||
server/test/**
|
||||
server/out/test/**
|
||||
server/.vscode/**
|
||||
node_modules/**
|
||||
server/node_modules/**
|
||||
client/src/**
|
||||
server/src/**
|
||||
client/out/**
|
||||
server/out/**
|
||||
client/tsconfig.json
|
||||
server/tsconfig.json
|
||||
**/node_modules/@types/**
|
||||
**/node_modules/*/lib/esm/**
|
||||
server/test/**
|
||||
server/bin/**
|
||||
server/build/**
|
||||
server/yarn.lock
|
||||
server/.npmignore
|
||||
yarn.lock
|
||||
server/extension.webpack.config.js
|
||||
extension.webpack.config.js
|
||||
!node_modules/vscode-nls/**
|
||||
!server/node_modules/vscode-nls/**
|
||||
Reference in New Issue
Block a user