Skip to content

Commit b1149dd

Browse files
committed
chore: update .gitignore
1 parent b9781ff commit b1149dd

File tree

2 files changed

+3
-29
lines changed

2 files changed

+3
-29
lines changed

.envrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
use flake

.gitignore

+2-29
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,5 @@
1-
## File system
2-
.DS_Store
3-
desktop.ini
4-
5-
## Editor
6-
*.iml
7-
*.swo
8-
*.swp
9-
.cproject
10-
.favorites.json
11-
.idea
12-
.project
13-
.settings
14-
.vs
15-
.vscode
16-
Session.vim
17-
18-
## Evn files
19-
.direnv
20-
.envrc
21-
22-
## Logs
23-
*.log
24-
25-
## Misc
26-
foo.*
27-
28-
## Rust
1+
# Rust
292
/target
303

31-
## Nix
4+
# Nix
325
/result

0 commit comments

Comments
 (0)