mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Combine .gitignore files
This commit is contained in:
parent
953db09db8
commit
13b1e47f23
9 changed files with 5 additions and 37 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -1,2 +1,5 @@
|
|||
/node_modules/
|
||||
/release/
|
||||
**/node_modules/
|
||||
**/out/
|
||||
**/release/
|
||||
/monaco-editor-webpack-plugin/test/dist/*.js
|
||||
/monaco-editor-webpack-plugin/test/dist/*.ttf
|
||||
|
|
|
|||
3
monaco-css/.gitignore
vendored
3
monaco-css/.gitignore
vendored
|
|
@ -1,3 +0,0 @@
|
|||
/node_modules/
|
||||
/out/
|
||||
/release/
|
||||
2
monaco-editor-samples/.gitignore
vendored
2
monaco-editor-samples/.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
|||
/node_modules/
|
||||
**/node_modules/
|
||||
5
monaco-editor-webpack-plugin/.gitignore
vendored
5
monaco-editor-webpack-plugin/.gitignore
vendored
|
|
@ -1,5 +0,0 @@
|
|||
/node_modules/
|
||||
/test/node_modules/
|
||||
/test/dist/*.js
|
||||
/test/dist/*.ttf
|
||||
/out/
|
||||
10
monaco-editor/.gitignore
vendored
10
monaco-editor/.gitignore
vendored
|
|
@ -1,10 +0,0 @@
|
|||
/.idea/
|
||||
/*.iml
|
||||
/node_modules/
|
||||
/release/
|
||||
dist/*.js
|
||||
dist/fonts/*
|
||||
out-ci/
|
||||
.DS_Store
|
||||
vscode
|
||||
/typings-test
|
||||
3
monaco-html/.gitignore
vendored
3
monaco-html/.gitignore
vendored
|
|
@ -1,3 +0,0 @@
|
|||
/node_modules/
|
||||
/out/
|
||||
/release/
|
||||
3
monaco-json/.gitignore
vendored
3
monaco-json/.gitignore
vendored
|
|
@ -1,3 +0,0 @@
|
|||
/node_modules/
|
||||
/out/
|
||||
/release/
|
||||
5
monaco-languages/.gitignore
vendored
5
monaco-languages/.gitignore
vendored
|
|
@ -1,5 +0,0 @@
|
|||
/.idea/
|
||||
/*.iml
|
||||
/node_modules/
|
||||
/out/
|
||||
/release/
|
||||
4
monaco-typescript/.gitignore
vendored
4
monaco-typescript/.gitignore
vendored
|
|
@ -1,4 +0,0 @@
|
|||
/node_modules/
|
||||
/out/
|
||||
/release/
|
||||
.DS_Store
|
||||
Loading…
Add table
Add a link
Reference in a new issue