.dotfiles/.config/git/ignore
2021-12-12 21:18:38 +01:00

30 lines
274 B
Text

# Python
venv/
*.pyc
# File stuff
.DS_Store
*.bak
*.git_hidden
# Vim Stuff
.syntastic_*_config
.breakpoints
*.swp
*.swo
# Latex
latexmk_output/
# Javascript
node_modules/
# PHP
vendor/
# Jupyter Notebooks
.ipynb_checkpoints
*/.ipynb_checkpoints/*
# Jetbrains
/.idea/