Initial commit

This commit is contained in:
Lucy 2022-01-11 11:21:57 -05:00
commit 1273f1f098
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
11 changed files with 1772 additions and 0 deletions

42
.gitignore vendored Normal file
View file

@ -0,0 +1,42 @@
# RUST gitignore generated by Blindfold
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# These are backup files generated by rustfmt
**/*.rs.bk
# VISUALSTUDIOCODE gitignore generated by Blindfold
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# Local History for Visual Studio Code
.history/
# CLION gitignore generated by Blindfold
.idea
# LINUX gitignore generated by Blindfold
*~
# 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*