Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/1/project-setup' into feat/…
Browse files Browse the repository at this point in the history
…cargo-ci
  • Loading branch information
aidan46 committed May 13, 2024
2 parents 96778e1 + 2cb6410 commit a111251
Show file tree
Hide file tree
Showing 13 changed files with 15,633 additions and 216 deletions.
27 changes: 2 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,14 @@
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Rust .gitignore
# https://github.com/github/gitignore/blob/main/Rust.gitignore

# Generated by Cargo
# will have compiled files and executables
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down
Loading

0 comments on commit a111251

Please sign in to comment.