Skip to content

Commit 1592d9a

Browse files
committed
not necessary
1 parent 3b36c1b commit 1592d9a

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

.vscode/settings.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
"editor.indentSize": "tabSize",
44
"chat.disableAIFeatures": true,
55
"editor.inlineSuggest.enabled": true,
6-
"files.exclude": {
7-
"**/.git": true,
8-
"**/.svn": true,
9-
"**/.hg": true,
10-
"**/.DS_Store": true,
11-
"**/Thumbs.db": true,
12-
"**/*.log": true,
13-
"**/.vs": true,
14-
}
6+
// "files.exclude": {
7+
// "**/.git": true,
8+
// "**/.svn": true,
9+
// "**/.hg": true,
10+
// "**/.DS_Store": true,
11+
// "**/Thumbs.db": true,
12+
// "**/*.log": true,
13+
// "**/.vs": true,
14+
// "**/*.vbs": false
15+
// }
1516
}

Applications/Level/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ html, body,
44
width: 100%;
55
height: 100%;
66
margin: 0;
7+
padding: 0;
8+
box-sizing: border-box;
79
background-color: lightblue;
810
}

0 commit comments

Comments
 (0)