github.com/cycloss/advent-of-code@v0.0.0-20221210145555-15039b95faa6/2015/.gitignore (about)

     1  # ignores all files without extensions that are not Makefile
     2  *
     3  !*.*
     4  !*/
     5  !Makefile
     6  !LICENSE
     7  .vscode/*
     8  .DS_Store
     9  *.dSYM
    10  playground.c
    11  *.packages
    12  *.lock
    13  .dart_tool
    14  bigboy*.txt
    15  test.go