Do not check in generated samples file

This commit is contained in:
Alex Dima 2021-11-17 16:30:11 +01:00
parent 91c9c0cec3
commit bbaa2d846d
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
4 changed files with 2 additions and 342 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
/// <reference path="../../node_modules/monaco-editor-core/monaco.d.ts" />
define(['./samples-all.generated'], function (ALL_SAMPLES) {
define(['./generated/all-samples'], function (ALL_SAMPLES) {
var XHR_SAMPLES = {};
ALL_SAMPLES.forEach(function (sample) {
XHR_SAMPLES[sample.name] = sample.content;