feat(git): refactor config and add some qol
This commit is contained in:
20
git/ignore
Normal file
20
git/ignore
Normal file
@@ -0,0 +1,20 @@
|
||||
# mac files
|
||||
.DS_Store
|
||||
|
||||
# i don't like pushing .vscode and .idea folders, i will force add if needed
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
# pyenv
|
||||
.python-version
|
||||
|
||||
# nix venv hook
|
||||
.nix-venv
|
||||
.dev
|
||||
|
||||
# i use .ignore for nvim
|
||||
.ignore
|
||||
|
||||
# todo files
|
||||
TODO.md
|
||||
|
||||
Reference in New Issue
Block a user