Skip to content

Commit

Permalink
abc
Browse files Browse the repository at this point in the history
  • Loading branch information
CRossel87 committed Mar 7, 2023
1 parent 31bc322 commit 7e6df85
Show file tree
Hide file tree
Showing 63 changed files with 7,766 additions and 2 deletions.
1 change: 1 addition & 0 deletions .cargo-ok
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ok
6 changes: 6 additions & 0 deletions .cargo_vcs_info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"git": {
"sha1": "3a7c11a051210e08a14b8034b0def1793b85e865"
},
"path_in_vcs": ""
}
1 change: 1 addition & 0 deletions .clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
msrv = "1.64"
12 changes: 12 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Since version 2.23 (released in August 2019), git-blame has a feature
# to ignore or bypass certain commits.
#
# This file contains a list of commits that are not likely what you
# are looking for in a blame, such as mass reformatting or renaming.
# You can set this file as a default ignore file for blame by running
# the following command.
#
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs

# fmt: all (#1751)
5c762c44d760ed9dad3900be079062174ada0245
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
Cargo.lock linguist-generated=true
flake.lock linguist-generated=true
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/target
.vscode
/.envrc
.idea
.nlsp-settings
.devenv*
devenv.local.nix
.direnv
.pre-commit-config.yaml
400 changes: 400 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

Loading

0 comments on commit 7e6df85

Please sign in to comment.