github.com/Laplace-Game-Development/Laplace-Entangled-Environment@v0.0.3/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  
     8  # Test binary, built with `go test -c`
     9  *.test
    10  
    11  # Output of the go coverage tool, specifically when used with LiteIDE
    12  *.out
    13  
    14  # Logs
    15  logs
    16  *.log
    17  
    18  # PAWthorne Build File
    19  PAWthorne-server
    20  
    21  # VS-Code Editor Files
    22  **.vscode
    23  
    24  # Generated Certificates and Keys
    25  **.key
    26  **.crt
    27  
    28  # Pesky Node Stuffs
    29  **node_modules
    30  
    31  # Pesky Debug Stuffs
    32  **bin