mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-04-14 14:21:45 +04:00
try to migrate to nix
This commit is contained in:
parent
f2f4ead62f
commit
94da1ce936
26 changed files with 830 additions and 181 deletions
25
default-configurations/gitignore
Normal file
25
default-configurations/gitignore
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# editors
|
||||
.vscode/
|
||||
.idea/
|
||||
.godot/
|
||||
|
||||
# apple
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# build related directories
|
||||
/build
|
||||
target
|
||||
zig-out
|
||||
zig-build
|
||||
|
||||
# secrets
|
||||
.env
|
||||
|
||||
# py
|
||||
__pycache__/
|
||||
.pytest_cache
|
||||
.mypy_cache
|
||||
.ruff_cache
|
||||
.coverage*
|
||||
Loading…
Add table
Add a link
Reference in a new issue