Add ignores and bspwm-rules
This commit is contained in:
parent
220f582239
commit
c178135997
2 changed files with 13 additions and 6 deletions
.config/git
|
@ -1,21 +1,26 @@
|
|||
# Python
|
||||
venv/
|
||||
*.pyc
|
||||
|
||||
# File stuff
|
||||
.DS_Store
|
||||
*.bak
|
||||
|
||||
# Vim Stuff
|
||||
.syntastic_*_config
|
||||
.breakpoints
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
*.bak
|
||||
|
||||
.syntastic_*_config
|
||||
|
||||
.breakpoints
|
||||
|
||||
# Latex
|
||||
latexmk_output/
|
||||
|
||||
# Javascript
|
||||
node_modules/
|
||||
|
||||
# Jupyter Notebooks
|
||||
.ipynb_checkpoints
|
||||
*/.ipynb_checkpoints/*
|
||||
|
||||
# Jetbrains
|
||||
/.idea/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue