diff --git a/.gitignore b/.gitignore index 1564cdd..ad5e6f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,60 +1,17 @@ +## Generic ignorable patterns and files +*~ +.*.swp +*bak* +tags +*.vim -# Created by https://www.gitignore.io/api/macos,windows,visualstudiocode +## Files related to minetest development cycle +*.patch -### 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 +## Folder view configuration files +.DS_Store Desktop.ini -# 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 +## Thumbnail cache files +._* +Thumbs.db \ No newline at end of file diff --git a/menu/background.png b/menu/background.png new file mode 100644 index 0000000..4137574 Binary files /dev/null and b/menu/background.png differ diff --git a/menu/overlay.png b/menu/overlay.png deleted file mode 100644 index cacb1ae..0000000 Binary files a/menu/overlay.png and /dev/null differ