1.44mb-gamejam

submission for the 1.44mb game jam - https://2pgarcade.com/contest-144mb.html
git clone git://brookjeynes.dev/bjeynes/1.44mb-gamejam.git
Log | Files | Refs

.gitignore (365B)


      1 # This file is for zig-specific build artifacts.
      2 # If you have OS-specific or editor-specific files to ignore,
      3 # such as *.swp or .DS_Store, put those in your global
      4 # ~/.gitignore and put this in your ~/.gitconfig:
      5 #
      6 # [core]
      7 #     excludesfile = ~/.gitignore
      8 #
      9 # Cheers!
     10 # -andrewrk
     11 
     12 .zig-cache/
     13 zig-out/
     14 zig-pkg/
     15 /release/
     16 /debug/
     17 /build/
     18 /build-*/
     19 /docgen_tmp/