diff --git a/.gitignore b/.gitignore index 1bef265..302018e 100644 --- a/.gitignore +++ b/.gitignore @@ -61,4 +61,5 @@ $RECYCLE.BIN/ # Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option) .gitignore -*.pdx \ No newline at end of file +*.pdx +.vscode \ No newline at end of file diff --git a/build.bat b/build.bat deleted file mode 100644 index 63c802b..0000000 --- a/build.bat +++ /dev/null @@ -1,3 +0,0 @@ -pdc Source "Rocket Bytes.pdx" -cd "Rocket Bytes.pdx" -main.pdz \ No newline at end of file