Microsoft/monaco-editor

Make monaco-editor-samples have independent folders

Open

#1761 opened on Jan 10, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (14,836 stars) (1,283 forks)batch import
documentationfeature-requesthelp wanted

Description

Please include /node_modules/ in .gitignore for the samples that have a .gitignore file, as appropriate.

After I copy the sample into my own repository and run yarn install, if I didn't check before running git add ., I would have added everything under node_modules/.

Contributor guide