From ec97e0ec61610592bc642231ed0256e4500ddbc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Fri, 24 Mar 2023 21:43:09 +0000 Subject: [PATCH] Revert "Delete .gitignore" This reverts commit 593c709e6816bf65575fbcdc85a6c3f333c92b90. --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..ee3d7456 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/ + +#others +node_modules +.DS_Store +**/.DS_Store +.hugo_build.lock +.idea \ No newline at end of file