.dotfiles/.config/git/ignore
Tobias Reisinger 8d2d9bf10c
Update configs
Improve dc aliases
Fix git-hidden ignores
Replace vimHugeX with vim (simple vim okay. we use nvim)
2024-01-27 18:16:35 +01:00

39 lines
347 B
Plaintext

# Python
/venv/
*.pyc
# File stuff
.DS_Store
*.bak
*.git_hidden
*.git_hidden.*
*.git-hidden
*.git-hidden.*
# Vim Stuff
*.swp
*.swo
# Latex
/latexmk_output/
# Javascript
/node_modules/
.npmrc
# PHP
/vendor/
# Jupyter Notebooks
.ipynb_checkpoints
*/.ipynb_checkpoints/*
# Jetbrains
/.idea/
/.fleet/
# Other
*-VBoxHeadless-*.log
.tokeignore