Commit 93f40e1e authored by alish's avatar alish
Browse files

fix: revert settings changes

parent 214a8292
Loading
Loading
Loading
Loading
+12 −11
Original line number Diff line number Diff line
@@ -10,22 +10,23 @@
	"tslint.enable": true,
	"typescript.preferences.quoteStyle": "single",
	"files.exclude": {
		".build": true,
		"**/.vscode": true,
		".git": true,
		"**/.build": true,
		"**/.DS_Store": true,
		"**/.git": true,
		"**/.sourcemaps": true,
		"**/.vscode": true,
		".build": true,
		"**/.DS_Store": true,
		"**/*.js": true,
		"**/*.js.map": true,
		"**/build": true,
		"**/dist": true,
		"**/node_modules": true,
		"**/www": true,
		"**/yarn.lock": true,
		"build/**/*.js": {
			"when": "$(basename).ts"
		}
		},
		"**/node_modules": true,
		"**/dist": true,
		"**/build": true,
		"**/.build": true,
		"**/.sourcemaps": true,
		"**/www": true,
		"**/yarn.lock": true
	},
	"search.exclude": {
		"**/.vscode": true,