feat: initialize project
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
# Emacs
|
||||
*~
|
||||
\#*\#
|
||||
.#*
|
||||
.dir-locals.el
|
||||
|
||||
# Rust
|
||||
/target
|
||||
Cargo.lock
|
||||
|
||||
# Nix / devenv / direnv
|
||||
.devenv*
|
||||
.direnv
|
||||
devenv.local.nix
|
||||
devenv.local.yaml
|
||||
result
|
||||
|
||||
# pre-commit
|
||||
.pre-commit-config.yaml
|
||||
|
||||
|
||||
# Added by cargo
|
||||
#
|
||||
# already existing elements were commented out
|
||||
|
||||
#/target
|
||||
Reference in New Issue
Block a user