github.com/Kintar/etxt@v0.0.0-20221224033739-2fc69f000137/.gitignore (about)

     1  # ignore images except the ones from the docs
     2  *.png
     3  !docs/img/*.png
     4  
     5  # ignore go workspaces
     6  *.work
     7  *.work.sum
     8  
     9  # ignore generable documentation (./run_docsgen.sh)
    10  docs/*.html
    11  docs/*.js
    12  docs/*.css
    13  
    14  # ignore fonts for testing
    15  fonts/
    16  *.ttf
    17  *.otf
    18  *.ttf.gz
    19  *.otf.gz
    20  
    21  # don't share the dirty secrets
    22  TODO.txt