ignore vsocde folder
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -9,3 +9,4 @@ ports/gamelist.xml
|
||||
*.log
|
||||
*.rar
|
||||
*.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