.dotfiles/.config/git/ignore

36 lines
318 B
Plaintext

# Python
/venv/
*.pyc
# File stuff
.DS_Store
*.bak
*.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