Late 2023 Refresh

This commit is contained in:
Tony Bark 2023-12-07 22:33:40 -05:00
parent 5666338a6d
commit 670350e3b0
2 changed files with 18 additions and 8 deletions

20
.gitignore vendored
View file

@ -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
@ -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)

View file

@ -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`
---