feat: add flake
This commit is contained in:
commit
0452e8fa24
3 changed files with 93 additions and 0 deletions
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
.DS_Store
|
||||
node_modules
|
||||
/dist
|
||||
|
||||
# dotenv environment variables file
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# direnv
|
||||
.direnv/
|
||||
.envrc
|
||||
|
||||
# nix
|
||||
/result
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
Loading…
Add table
Add a link
Reference in a new issue