mirror of
https://codeberg.org/Yael-II/ArXtic.git
synced 2026-03-14 22:06:27 +01:00
98 lines
879 B
Plaintext
98 lines
879 B
Plaintext
# Specific files
|
|
cfg/filters
|
|
*.secret
|
|
db/
|
|
|
|
# Os generated files
|
|
## Linux
|
|
.Trash-*
|
|
|
|
## MacOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
.DocumentRevisions-V100
|
|
.fseventsd
|
|
.Spotlight-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
.com.apple.timemachine.donotpresent
|
|
.AppleDB
|
|
.AppleDesktop
|
|
Network Trash Folder
|
|
Temporary Items
|
|
.apdisk
|
|
._*
|
|
|
|
## Windows
|
|
Thumbs.db
|
|
Thumbs.db:encryptable
|
|
ehthumbs.db
|
|
ehthumbs_vista.db
|
|
Desktop.ini
|
|
desktop.ini
|
|
$RECYCLE.BIN/
|
|
|
|
# temporary or log(s) files and directories
|
|
*.tmp
|
|
*.log
|
|
*.logs
|
|
tmp/
|
|
log/
|
|
logs/
|
|
|
|
# Python
|
|
venv/
|
|
.venv/
|
|
__pycache__/
|
|
|
|
# LaTeX
|
|
Build/
|
|
build/
|
|
*.acn
|
|
*.acr
|
|
*.alg
|
|
*.aux
|
|
*.bak
|
|
*.bbl
|
|
*.bcf
|
|
*.blg
|
|
*.brf
|
|
*.bst
|
|
*.dvi
|
|
*.fdb_latexmk
|
|
*.fls
|
|
*.glg
|
|
*.glo
|
|
*.gls
|
|
*.idx
|
|
*.ilg
|
|
*.ind
|
|
*.ist
|
|
*.lof
|
|
*.log
|
|
*.lol
|
|
*.lot
|
|
*.maf
|
|
*.mtc
|
|
*.mtc1
|
|
*.nav
|
|
*.nlo
|
|
*.nls
|
|
*.out
|
|
*.pyg
|
|
*.run.xml
|
|
*.snm
|
|
*.synctex.gz
|
|
*.tex.backup
|
|
*.tex~
|
|
*.thm
|
|
*.toc
|
|
*.vrb
|
|
*.xdy
|
|
*.xml
|
|
*blx.bib
|
|
.bak
|
|
.mtc
|