Edit

kc3-lang/freetype/docs/.gitignore

Branch :

  • Show log

    Commit

  • Author : Hugh McMaster
    Date : 2019-12-18 23:07:35
    Hash : 237fed6d
    Message : [docs] (1/2) Move static web assets (#56745). * docs/reference/*: Move ... * docs: ... one directory up.

  • docs/.gitignore
  • # Static site folder
    reference/
    
    # HTML and Markdown files
    *.html
    *.md
    
    # MkDocs Config file
    mkdocs.yml
    
    # Python virtualenv
    env/