From e4254c53efa749ebb3fc1465f5f03b0636a52c63 Mon Sep 17 00:00:00 2001 From: Sam Willcocks Date: Tue, 5 Jul 2022 11:57:53 +0100 Subject: [PATCH] Add gitignores --- devshell/.gitignore | 1 + go/.gitignore | 1 + rust/.gitignore | 2 ++ 3 files changed, 4 insertions(+) create mode 100644 devshell/.gitignore create mode 100644 go/.gitignore create mode 100644 rust/.gitignore diff --git a/devshell/.gitignore b/devshell/.gitignore new file mode 100644 index 0000000..92b2793 --- /dev/null +++ b/devshell/.gitignore @@ -0,0 +1 @@ +.direnv diff --git a/go/.gitignore b/go/.gitignore new file mode 100644 index 0000000..92b2793 --- /dev/null +++ b/go/.gitignore @@ -0,0 +1 @@ +.direnv diff --git a/rust/.gitignore b/rust/.gitignore new file mode 100644 index 0000000..a918bcc --- /dev/null +++ b/rust/.gitignore @@ -0,0 +1,2 @@ +.direnv +target/