13 lines
189 B
Text
13 lines
189 B
Text
# ---> Nix
|
|
# Ignore build outputs from performing a nix-build or `nix build` command
|
|
result
|
|
result-*
|
|
repl-result*
|
|
|
|
# ---> Kate
|
|
# Ignore kate's swap files
|
|
*.kate-swp
|
|
|
|
|
|
# ---> Direnv
|
|
.direnv
|