diff --git a/.gitignore b/.gitignore index a18dcd4..4f3ee79 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ # File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig - -# Created by https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,backup,linux,macos -# Edit at https://www.toptal.com/developers/gitignore?templates=windows,visualstudiocode,backup,linux,macos +# Created by https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,macos,linux,backup +# Edit at https://www.toptal.com/developers/gitignore?templates=windows,visualstudiocode,macos,linux,backup ### Backup ### *.bak @@ -32,7 +31,7 @@ .LSOverride # Icon must end with two \r -Icon +Icon # Thumbnails ._* @@ -53,17 +52,28 @@ Network Trash Folder Temporary Items .apdisk +### macOS Patch ### +# iCloud generated files +*.icloud + ### VisualStudioCode ### .vscode/* !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json -*.code-workspace +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix ### VisualStudioCode Patch ### # Ignore all local history of files .history +.ionide ### Windows ### # Windows thumbnail cache files @@ -91,7 +101,7 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk -# End of https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,backup,linux,macos +# End of https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,macos,linux,backup # Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option) diff --git a/README.md b/README.md index 6bde636..5d16427 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Arf! I'm Tony Bark. 🦊 -I'm a self-taught software developer with experience in C# and Rust. I'm an artist with a passion for programming and have been constantly teaching myself new skills. I strive for high maintainability and low technical debt in my projects. +I'm a self-taught developer and artist. I strive for high maintainability and low technical debt in my projects. While I make plenty of software and libraries, I like to develop games. -- 🛠️ Most comfortable using `C#` and `Rust` +- 🛠️ Most comfortable using `GDScript`, `C#` and `Rust` - 🧰 Familiar with `Godot` and `Blazor` ---