diff --git a/.gitgnore b/.gitgnore deleted file mode 100644 index 943c67c..0000000 --- a/.gitgnore +++ /dev/null @@ -1,21 +0,0 @@ -# Allowlisting gitignore template for GO projects prevents us -# from adding various unwanted local files, such as generated -# files, developer configurations or IDE-specific files etc. -# -# Recommended: Go.AllowList.gitignore - -# Ignore everything -* - -# But not these files... -!/.gitignore - -!*.proto -!*.go -!go.sum -!go.mod - -!README.md -!LICENSE - -!Makefile \ No newline at end of file