From 4b974c6b6d1a681e50caf449a0e1aca85d5b2691 Mon Sep 17 00:00:00 2001 From: Adam Spofford <93943719+adamspofford-dfinity@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:23:08 -0800 Subject: [PATCH] chore: delete `src/dfx/.gitignore` (#3467) This file does nothing except confuse other tools like `rg`. --- src/dfx/.gitignore | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 src/dfx/.gitignore diff --git a/src/dfx/.gitignore b/src/dfx/.gitignore deleted file mode 100644 index 8e97362b93..0000000000 --- a/src/dfx/.gitignore +++ /dev/null @@ -1,37 +0,0 @@ -# Created by https://www.gitignore.io/api/rust -# Edit at https://www.gitignore.io/?templates=rust - -### Rust ### -# Generated by Cargo -# will have compiled files and executables -target/ - -# The following is commented out since we need to guarantee all engineers and CI -# are using the same crates. -# # 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 - -# End of https://www.gitignore.io/api/rust - -### ASCIIDOC ### - -/docs/**/*.png -/docs/**/*.svg -!/docs/assets/*.png -!/docs/assets/*.svg -/docs/**/*.html -/docs/**/.asciidoctor - -README.html - -### Working files ### -.* -!.gitignore -!.cargo -,* -*~ -*.bak