2026 refresh

This commit is contained in:
Tony Bark 2026-04-28 12:49:26 -04:00
parent 4e3edc1887
commit 7bb6f9a9e9
2 changed files with 7 additions and 86 deletions

85
.gitignore vendored
View file

@ -1,6 +1,5 @@
# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig # Created by https://www.toptal.com/developers/gitignore/api/backup,visualstudiocode,obsidian
# Created by https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,macos,linux,backup # Edit at https://www.toptal.com/developers/gitignore?templates=backup,visualstudiocode,obsidian
# Edit at https://www.toptal.com/developers/gitignore?templates=windows,visualstudiocode,macos,linux,backup
### Backup ### ### Backup ###
*.bak *.bak
@ -9,52 +8,9 @@
*.orig *.orig
*.tmp *.tmp
### Linux ### ### Obsidian ###
*~ # config dir
.obsidian/
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
### macOS ###
# General
.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
### macOS Patch ###
# iCloud generated files
*.icloud
### VisualStudioCode ### ### VisualStudioCode ###
.vscode/* .vscode/*
@ -75,33 +31,4 @@ Temporary Items
.history .history
.ionide .ionide
### Windows ### # End of https://www.toptal.com/developers/gitignore/api/backup,visualstudiocode,obsidian
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump
# Folder config file
[Dd]esktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp
# Windows shortcuts
*.lnk
# 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,9 +1,3 @@
# Arf! I'm Tony Bark. 🦊 # Arf! I'm Tony Bark. 🦊
I'm a self-taught indie developer that likes to make games and desktop applications. I will always prioritize developing for frameworks that are both open source and cross-platform. That being said, I prefer to use [Tauri](https://v2.tauri.app/) over Electron when writing GUI apps. I'm a self-taught indie developer that likes to make games and desktop applications in C#. My preferred game engine is [Godot Engine](https://godotengine.org/) and application framework is [Tauri](https://v2.tauri.app/). I occasionally write smaller Unix-style programs in Swift or Rust.
---
- 🛠️ Most comfortable using `C#` and `Rust`
- 👍 Familiar with `Javascript` and `GDscript`
- 📚 Currently learning `Zig` and `Swift`