Skip to content

Commit

Permalink
⬆️ Update dependencies and .gitignores
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiBardon committed Jan 3, 2024
1 parent 468c666 commit ee5243b
Show file tree
Hide file tree
Showing 9 changed files with 295 additions and 2,035 deletions.
51 changes: 50 additions & 1 deletion src/helpers/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,50 @@
/target
.env

# ===== Rust =====
# Source: <https://github.com/github/gitignore/blob/4488915eec0b3a45b5c63ead28f286819c0917de/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

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# ===== macOS =====
# Source: <https://github.com/github/gitignore/blob/4488915eec0b3a45b5c63ead28f286819c0917de/Global/macOS.gitignore>

# General
.DS_Store
.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
Loading

0 comments on commit ee5243b

Please sign in to comment.