From b32bf11dc1258e9c27bd610ef3173c9118ae6e6a Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Sat, 25 Jul 2026 18:03:29 +0400 Subject: initial cargo project --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a6067a9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.* +!.gitignore +!.gitattributes +/target -- cgit v1.2.3