remove vscode project file
This commit is contained in:
parent
a2ad48e900
commit
16dbc35926
4
.gitignore
vendored
4
.gitignore
vendored
@ -4,6 +4,9 @@
|
|||||||
# Godot Serialisations
|
# Godot Serialisations
|
||||||
api.json
|
api.json
|
||||||
|
|
||||||
|
# Visual Studio Code Project file
|
||||||
|
source.code-workspace
|
||||||
|
|
||||||
# Visual Studio Cache
|
# Visual Studio Cache
|
||||||
.vs/
|
.vs/
|
||||||
|
|
||||||
@ -36,3 +39,4 @@ compile_commands.json
|
|||||||
|
|
||||||
# docs
|
# docs
|
||||||
docs/
|
docs/
|
||||||
|
|
||||||
|
@ -1,43 +0,0 @@
|
|||||||
{
|
|
||||||
"folders": [
|
|
||||||
{
|
|
||||||
"path": "."
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"settings": {
|
|
||||||
"files.exclude": {
|
|
||||||
"**/*.cpp": false,
|
|
||||||
"**/*.h": false,
|
|
||||||
"**/*.o": true,
|
|
||||||
"**/*.svg": true,
|
|
||||||
"**/*.png": true,
|
|
||||||
"**/*.a": true,
|
|
||||||
"**/*.os": true,
|
|
||||||
"**/*.so": true,
|
|
||||||
"**/*.dll": true,
|
|
||||||
"**/*.tmx": true,
|
|
||||||
"**/*.tsx": true,
|
|
||||||
"**/SConstruct": false,
|
|
||||||
"**/__pycache__": true,
|
|
||||||
"**/.git": true,
|
|
||||||
"**/*.yml": true,
|
|
||||||
"**/SCsub": true,
|
|
||||||
"**/Makefile": false,
|
|
||||||
"**/bin": true,
|
|
||||||
"**/build": true,
|
|
||||||
"godot/android": true,
|
|
||||||
"godot": true,
|
|
||||||
"docs": true,
|
|
||||||
"**/.import": true,
|
|
||||||
"**/*.import": true,
|
|
||||||
"compile_commands.json": true,
|
|
||||||
"**/.sconsign.dblite": true
|
|
||||||
},
|
|
||||||
"cSpell.words": [
|
|
||||||
"gdnative",
|
|
||||||
"godot",
|
|
||||||
"lerp",
|
|
||||||
"tscn"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user