1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2024-12-26 06:39:47 +01:00
neovim-flake/.gitignore

15 lines
169 B
Text
Raw Normal View History

2023-02-05 23:21:32 +01:00
# Ignore nix artifacts
2023-02-06 18:46:43 +01:00
result
2023-02-05 23:21:32 +01:00
result/
.direnv
# Ignore files generated by common IDEs
.vscode/*
.idea/*
# Ignore log files generated by my debuggers
*.log
*.log.*
#