Skip to content
.gitignore 1018 B
Newer Older
TiG's avatar
TiG committed
########################
# hidden directories
########################

.vscode/
.venv/


########################
# directories
########################

build/
TiG's avatar
TiG committed
source/_build
TiG's avatar
TiG committed


########################
# file types
########################

*.bat


########################
# dotfiles
########################

.coverage


########################
# other files
########################

# custom makefile; make first looks for makefile with lowercase m and then for uppercase M
Makefile
TiG's avatar
TiG committed
commands.md
TiG's avatar
TiG committed


########################
# MacOS specific taken from https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
########################

# General
.DS_Store
.AppleDouble
.LSOverride

# 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