flake: Initialise new repository
This commit is contained in:
commit
1eb25ada72
41 changed files with 1657 additions and 0 deletions
30
modules/home-manager/git/ignores.nix
Normal file
30
modules/home-manager/git/ignores.nix
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
programs.git.ignores = [
|
||||
"*.7z"
|
||||
"*.class"
|
||||
"*.com"
|
||||
"*.dll"
|
||||
"*.dmg"
|
||||
"*.exe"
|
||||
"*.gz"
|
||||
"*.iso"
|
||||
"*.jar"
|
||||
"*.log"
|
||||
"*.o"
|
||||
"*.pdf"
|
||||
"*.rar"
|
||||
"*.so"
|
||||
"*.sql"
|
||||
"*.sqlite"
|
||||
"*.tar"
|
||||
"*.zip"
|
||||
".DS_Store"
|
||||
".DS_Store?"
|
||||
".Spotlight-V100"
|
||||
".Trashes"
|
||||
"._*"
|
||||
".direnv"
|
||||
"Thumbs.db"
|
||||
"ehthumbs.db"
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue