feat: update gitignore

This commit is contained in:
NotAShelf 2023-02-06 01:21:32 +03:00
parent bd6aa3808d
commit 1b955a8b1a
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1

15
.gitignore vendored
View file

@ -1,2 +1,13 @@
result # Ignore nix artifacts
.config result/
.direnv
# Ignore files generated by common IDEs
.vscode/*
.idea/*
# Ignore log files generated by my debuggers
*.log
*.log.*
#