Blob Blame History Raw
### .gitignore files, directories and their patterns ###
# List of temporary files generated by the OS or the editor that
# GIT should ignore so as not to pollute the source code.
#
# Reference:
# https://git-scm.com/docs/gitignore
# https://gitignore.io
#
#

### mkdocs generated static pages ###
# This folder contains the HTML files generated by mkdocs
project/site/
Pipfile.lock
poetry.lock
### Editors temp files ###

# Kate
.*.kate-swp
.swp.*

#Vscode
.vscode/

#idea
.idea/

#python venv
.venv
venv
# dictonary
dictionary/build/markdown.dic

# Vim
[._]*.s[a-v][a-z]
!*.svg  # comment out if you don't need vector files
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
Session.vim
Sessionx.vim
.netrwhist
*~
tags
[._]*.un~


### Compiled source ###
*.com
*.class
*.dll
*.exe
*.o
*.so
*.cab
*.msi
*.msix
*.msm
*.msp


### Archives & Packages ###
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip


### Logs and databases ###
*.log
*.sql
*.sqlite


### Linux ###
*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*


### macOS ###
# General
.DS_Store
.DS_Store?
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk


### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows shortcuts
*.lnk