feat(git): added git config
This commit is contained in:
28
dot_config/git/gitignore
Normal file
28
dot_config/git/gitignore
Normal file
@@ -0,0 +1,28 @@
|
||||
# Latex
|
||||
*.auxlock
|
||||
*.bbl
|
||||
*.blg
|
||||
*.run.xml
|
||||
*.out
|
||||
*.bcf
|
||||
*.fdb_latexmk
|
||||
*.code-workspace
|
||||
*.tdo
|
||||
*.dvi
|
||||
*.fls
|
||||
*.out.ps
|
||||
build/
|
||||
*.aux
|
||||
*.toc
|
||||
*.xmpdata
|
||||
*.xmpi
|
||||
*.synctex.gz
|
||||
#general
|
||||
*.nocommit
|
||||
*.vscode/*
|
||||
.pre-commit-config.yml
|
||||
.pre-commit-config.yaml
|
||||
*.directory
|
||||
*.bak
|
||||
# uv
|
||||
.python-version
|
||||
Reference in New Issue
Block a user