From 030fee43005fcee213447146fff4c0fea9e4e03e Mon Sep 17 00:00:00 2001 From: joshu Date: Wed, 6 Jan 2021 11:17:55 -0500 Subject: [PATCH] adds .git to ignore for fzf --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c359124..dc29c8f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Files and directories created by pub .dart_tool/ .packages +.git # Omit commiting pubspec.lock for library packages: # https://dart.dev/guides/libraries/private-files#pubspeclock