Skip to content

Commit 61bd6e6

Browse files
authored
Merge pull request #58 from AnnulusGames/fix-gitignore
Fix: gitignore
2 parents 137c76d + 4be75dc commit 61bd6e6

File tree

102 files changed

+5934
-486
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+5934
-486
lines changed

.gitignore

Lines changed: 1 addition & 479 deletions
Large diffs are not rendered by default.

.vscode/settings.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"dotnet.defaultSolution": "Lua.sln",
3+
"Lua.diagnostics.globals": [
4+
"vec3",
5+
"Vector3"
6+
],
7+
"Lua.runtime.version": "Lua 5.2",
8+
"dotnet.backgroundAnalysis.analyzerDiagnosticsScope": "fullSolution"
9+
}

0 commit comments

Comments
 (0)