Staubgeborener / Klipper-Backup

Klipper-Backup is a script for manual or automated Klipper GitHub backups. It's Lightweight, pragmatic and comfortable.
https://klipperbackup.xyz
287 stars 56 forks source link

Add .gitignore for local development #46

Closed Tylerjet closed 9 months ago

Tylerjet commented 9 months ago

add .gitignore to keep site & venv folders, and other python associated documents that might be used for local development of mkdocs from being uploaded to the docs repo.

The site folder and other needed items are generated at build time and placed into gh-pages by the github action so it does not need to be included in the repo as they are unnecessary files and not used by the github action.