From 7bb6f9a9e9ec3b26daa2f0f461511e821b14fc59 Mon Sep 17 00:00:00 2001 From: Tony Bark <35226681+tonytins@users.noreply.github.com> Date: Tue, 28 Apr 2026 12:49:26 -0400 Subject: [PATCH] 2026 refresh --- .gitignore | 85 ++++-------------------------------------------------- README.md | 8 +---- 2 files changed, 7 insertions(+), 86 deletions(-) diff --git a/.gitignore b/.gitignore index 4f3ee79..b8a9a99 100644 --- a/.gitignore +++ b/.gitignore @@ -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/windows,visualstudiocode,macos,linux,backup -# Edit at https://www.toptal.com/developers/gitignore?templates=windows,visualstudiocode,macos,linux,backup +# Created by https://www.toptal.com/developers/gitignore/api/backup,visualstudiocode,obsidian +# Edit at https://www.toptal.com/developers/gitignore?templates=backup,visualstudiocode,obsidian ### Backup ### *.bak @@ -9,52 +8,9 @@ *.orig *.tmp -### Linux ### -*~ - -# 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 +### Obsidian ### +# config dir +.obsidian/ ### VisualStudioCode ### .vscode/* @@ -75,33 +31,4 @@ Temporary Items .history .ionide -### Windows ### -# 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) - +# End of https://www.toptal.com/developers/gitignore/api/backup,visualstudiocode,obsidian diff --git a/README.md b/README.md index bd4d00f..6c2f1ca 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,3 @@ # 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. - ---- - -- 🛠️ Most comfortable using `C#` and `Rust` -- 👍 Familiar with `Javascript` and `GDscript` -- 📚 Currently learning `Zig` and `Swift` +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.