aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-07-26 12:37:38 -0700
committerclarkzjw <[email protected]>2023-07-26 12:37:38 -0700
commitaf2f09ea4cbb97d3ee91e30bb58e85508989d63a (patch)
tree671ead9c450a0abf71efc00ba1f2966ae6e60e02 /.gitignore
parentf847de64eb8f724fa512801b43a26522afff61ae (diff)
downloadphoto-af2f09ea4cbb97d3ee91e30bb58e85508989d63a.tar.gz
add example from https://github.com/LemmyNet/activitypub-federation-rust
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d369682..80c8f96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -98,3 +98,18 @@ lerna-debug.log
98 98
99# System Files 99# System Files
100Thumbs.db 100Thumbs.db
101
102# Generated by Cargo
103# will have compiled files and executables
104debug/
105target/
106
107# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
108# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
109Cargo.lock
110
111# These are backup files generated by rustfmt
112**/*.rs.bk
113
114# MSVC Windows builds of rustc generate these, which store debugging information
115*.pdb
Powered by cgit v1.2.3 (git 2.41.0)