# Doc files we should never directly commit #
content/cumulus-linux/*
content/cumulus-netq/*

# Compiled source #
###################
*.class
*.dll
*.exe
*.o
*.so
*.pdf
*.xls

# 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

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
venv/*

# Hugo generated files #
######################
resources/_gen/assets/*
public/*
hugo

# VSCode Related #
##################
.vscode/*

# Common Python Venv #
######################
venv/*


# We ignore the link shortcode by default to prevent
# accidental commit of bad link check code.
# edits to the shortcode will require manual git add
themes/netDocs/layouts/shortcodes/link.html