mirror of
https://git.tonybark.com/tonytins/.profile.git
synced 2026-05-12 05:03:31 -04:00
Late 2023 Refresh
This commit is contained in:
parent
5666338a6d
commit
670350e3b0
2 changed files with 18 additions and 8 deletions
20
.gitignore
vendored
20
.gitignore
vendored
|
|
@ -1,7 +1,6 @@
|
||||||
# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
|
# 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
|
||||||
# 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,macos,linux,backup
|
||||||
# Edit at https://www.toptal.com/developers/gitignore?templates=windows,visualstudiocode,backup,linux,macos
|
|
||||||
|
|
||||||
### Backup ###
|
### Backup ###
|
||||||
*.bak
|
*.bak
|
||||||
|
|
@ -53,17 +52,28 @@ Network Trash Folder
|
||||||
Temporary Items
|
Temporary Items
|
||||||
.apdisk
|
.apdisk
|
||||||
|
|
||||||
|
### macOS Patch ###
|
||||||
|
# iCloud generated files
|
||||||
|
*.icloud
|
||||||
|
|
||||||
### VisualStudioCode ###
|
### VisualStudioCode ###
|
||||||
.vscode/*
|
.vscode/*
|
||||||
!.vscode/settings.json
|
!.vscode/settings.json
|
||||||
!.vscode/tasks.json
|
!.vscode/tasks.json
|
||||||
!.vscode/launch.json
|
!.vscode/launch.json
|
||||||
!.vscode/extensions.json
|
!.vscode/extensions.json
|
||||||
*.code-workspace
|
!.vscode/*.code-snippets
|
||||||
|
|
||||||
|
# Local History for Visual Studio Code
|
||||||
|
.history/
|
||||||
|
|
||||||
|
# Built Visual Studio Code Extensions
|
||||||
|
*.vsix
|
||||||
|
|
||||||
### VisualStudioCode Patch ###
|
### VisualStudioCode Patch ###
|
||||||
# Ignore all local history of files
|
# Ignore all local history of files
|
||||||
.history
|
.history
|
||||||
|
.ionide
|
||||||
|
|
||||||
### Windows ###
|
### Windows ###
|
||||||
# Windows thumbnail cache files
|
# Windows thumbnail cache files
|
||||||
|
|
@ -91,7 +101,7 @@ $RECYCLE.BIN/
|
||||||
# Windows shortcuts
|
# Windows shortcuts
|
||||||
*.lnk
|
*.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)
|
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
# Arf! I'm Tony Bark. 🦊
|
# 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`
|
- 🧰 Familiar with `Godot` and `Blazor`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue