ignore vsocde folder
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -8,4 +8,5 @@ windows/gamelist.xml
|
||||
ports/gamelist.xml
|
||||
*.log
|
||||
*.rar
|
||||
*.zip
|
||||
*.zip
|
||||
.vscode/
|
||||
@@ -1,6 +1,7 @@
|
||||
import os
|
||||
os.environ["SDL_FBDEV"] = "/dev/fb0"
|
||||
import pygame # type: ignore
|
||||
# type: ignore[reportAttributeAccessIssue]
|
||||
import asyncio
|
||||
import platform
|
||||
import logging
|
||||
|
||||
Reference in New Issue
Block a user