diff --git a/.gitignore b/.gitignore index ad5e6f5..1564cdd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,60 @@ -## Generic ignorable patterns and files -*~ -.*.swp -*bak* -tags -*.vim -## Files related to minetest development cycle -*.patch +# Created by https://www.gitignore.io/api/macos,windows,visualstudiocode -## Folder view configuration files -.DS_Store +### macOS ### +*.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +.history + +### Windows ### +# Windows thumbnail cache files +Thumbs.db +ehthumbs.db +ehthumbs_vista.db + +# Folder config file Desktop.ini -## Thumbnail cache files -._* -Thumbs.db \ No newline at end of file +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# End of https://www.gitignore.io/api/macos,windows,visualstudiocode \ No newline at end of file diff --git a/menu/background.png b/menu/background.png deleted file mode 100644 index 4137574..0000000 Binary files a/menu/background.png and /dev/null differ diff --git a/menu/overlay.png b/menu/overlay.png new file mode 100755 index 0000000..cacb1ae Binary files /dev/null and b/menu/overlay.png differ