gitlab.com/polyapp-open-source/poly@v0.0.0-20200304172929-90b164ae7520/.gitignore (about)

     1  # Ignore all
     2  *
     3  # Unignore all with extensions
     4  !*.*
     5  # Unignore all dirs
     6  !*/
     7  
     8  # Regular ignore list starts here
     9  **/*.wasm
    10  **/*.test
    11  *.exe
    12  **/*.exe
    13  .idea/*
    14  .idea/*/*
    15  server.crt
    16  server.key