agones.dev/agones@v1.53.0/examples/rust-simple/.gitignore (about)

     1  
     2  # Created by https://www.gitignore.io/api/rust
     3  
     4  ### Rust ###
     5  # Generated by Cargo
     6  # will have compiled files and executables
     7  /target/
     8  
     9  # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
    10  # More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
    11  Cargo.lock
    12  
    13  # These are backup files generated by rustfmt
    14  **/*.rs.bk
    15  
    16  
    17  # End of https://www.gitignore.io/api/rust
    18  
    19  sdk