From 0d6b09f41d99cb9dcd84b9dc0ac7fcec56e785c4 Mon Sep 17 00:00:00 2001 From: Ice3man543 Date: Tue, 3 Dec 2019 18:00:53 +0530 Subject: [PATCH] Added new gitignore --- .gitignore | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) diff --git a/.gitignore b/.gitignore index 07b4347..496ee2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,34 +1 @@ -# Binaries for programs and plugins -*.exe -*.exe~ -*.dll -*.so -*.dylib - -# JSON Configuration data -config.json - -# Executable File -process -subfinder -main - -# Test binary, build with `go test -c` -*.test - -# Output of the go coverage tool, specifically when used with LiteIDE -*.out - -# VIM swap files -*.swp -*.swo - -# VSCode -.vscode/ - -# Build Contents -*.zip -checksums.txt -build/ - -vendor/ +.DS_Store \ No newline at end of file