Initial commit for fern
This commit is contained in:
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
target
|
||||
**/*.rs.bk
|
||||
.idea
|
||||
*.iml
|
||||
/result*
|
||||
*.log
|
||||
default.nix
|
||||
shell.nix
|
||||
*~
|
||||
TODO.md
|
||||
rust-toolchain.toml
|
||||
*snapshot*
|
||||
|
||||
# cachix tmp file
|
||||
store-path-pre-build
|
||||
|
||||
# Devenv
|
||||
.devenv*
|
||||
devenv.local.nix
|
||||
|
||||
# direnv
|
||||
.direnv
|
||||
|
||||
# pre-commit
|
||||
.pre-commit-config.yaml
|
||||
|
||||
template/flake.lock
|
||||
ideas.md
|
||||
roadmap.md
|
||||
README.md
|
||||
file.*
|
||||
Reference in New Issue
Block a user