.dotfiles/.config/git/ignore

42 lines
397 B
Plaintext
Raw Normal View History

2021-11-06 13:55:37 +00:00
# Python
2022-09-10 18:55:17 +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
2022-05-15 21:46:53 +00:00
*.git_hidden.*
*.git-hidden
*.git-hidden.*
2021-10-13 21:27:31 +00:00
2021-11-06 13:55:37 +00:00
# Vim Stuff
*.swp
*.swo
2020-11-18 15:05:36 +00:00
2024-09-13 13:37:17 +00:00
# Profiling/Debugging/Coverage
default_*.profraw
2021-11-06 13:55:37 +00:00
# Latex
2022-09-10 18:55:17 +00:00
/latexmk_output/
2021-11-06 13:55:37 +00:00
# Javascript
2022-09-10 18:55:17 +00:00
/node_modules/
.npmrc
2021-04-30 14:31:30 +00:00
2021-11-17 14:32:51 +00:00
# PHP
2022-09-10 18:55:17 +00:00
/vendor/
2021-11-17 14:32:51 +00:00
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-10-13 12:43:07 +00:00
/.fleet/
2022-04-08 13:18:39 +00:00
# Other
*-VBoxHeadless-*.log
.tokeignore