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
1 changed files with 13 additions and 2 deletions

15
.gitignore vendored
View File

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