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