.dotfiles/.config/git/ignore

34 lines
304 B
Plaintext
Raw Normal View History

2021-11-06 13:55:37 +00:00
# Python
2019-12-19 20:42:54 +00:00
venv/
2020-07-15 13:50:56 +00:00
*.pyc
2019-12-19 20:42:54 +00:00
2021-11-06 13:55:37 +00:00
# File stuff
2019-12-19 20:42:54 +00:00
.DS_Store
2021-10-13 21:27:31 +00:00
*.bak
2021-12-12 20:18:38 +00:00
*.git_hidden
2021-10-13 21:27:31 +00:00
2021-11-06 13:55:37 +00:00
# Vim Stuff
2020-07-15 13:50:56 +00:00
.syntastic_*_config
.breakpoints
2021-11-06 13:55:37 +00:00
*.swp
*.swo
2020-11-18 15:05:36 +00:00
2021-11-06 13:55:37 +00:00
# Latex
2020-11-18 15:05:36 +00:00
latexmk_output/
2021-11-06 13:55:37 +00:00
# Javascript
node_modules/
2021-04-30 14:31:30 +00:00
2021-11-17 14:32:51 +00:00
# PHP
vendor/
2021-04-30 14:31:30 +00:00
# Jupyter Notebooks
.ipynb_checkpoints
*/.ipynb_checkpoints/*
2021-11-06 13:55:37 +00:00
# Jetbrains
/.idea/
2022-04-08 13:18:39 +00:00
# Other
*-VBoxHeadless-*.log