chore: update ignore filters for new layout

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: If3361dc6012a6214715f47f6dc5e8e9b6a6a6964
This commit is contained in:
raf 2026-02-07 13:09:30 +03:00
commit 774e54de84
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 8 additions and 5 deletions

9
.gitignore vendored
View file

@ -1,4 +1,7 @@
# Nix
/.direnv/ /.direnv/
/node_modules/ /result*
/dist/
/result*/ # pnpm
**/node_modules/
**/dist/

View file

@ -1,7 +1,7 @@
/node_modules/
/dist/
/.direnv /.direnv
.eslintcache .eslintcache
*.md *.md
*.yml *.yml
.DS_Store .DS_Store
**/node_modules
**/dist