Added gitignore

This commit is contained in:
2024-02-22 14:44:33 +01:00
parent dfd598c745
commit 744aced7a5
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.vscode

View File

@@ -21,7 +21,6 @@ function drawLine(startX, startY, stopX, stopY, colorOfLine)
gpu.fill(startX, startY, stopX, stopY, " ")
gpu.setBackground(oldColor, false)
end
function powerBar( label, y, x, value, maxVal, colorOfBar, show, unit )
local oldColor = gpu.getBackground(false)