From 97c32fe7ca03d0e96d8c1d425513dacf100f46ba Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 16 Jul 2020 08:46:31 +0300
Subject: [PATCH] Move the Golang directory out of Documents.

There's no code I worked on there, it's like the node_modules directory.
Move it under .local so it's not copied by Nextcloud.
---
 .bashrc                                      | 2 +-
 {Documents/Golang => .local/golang}/.gitkeep | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename {Documents/Golang => .local/golang}/.gitkeep (100%)

diff --git a/.bashrc b/.bashrc
index 7ebf534..4ddcf57 100644
--- a/.bashrc
+++ b/.bashrc
@@ -9,7 +9,7 @@ export HISTCONTROL=ignoreboth:erasedups
 export HISTSIZE=100000
 export HISTFILESIZE=100000
 export EDITOR=vim
-export GOPATH="$HOME/Documents/Golang"
+export GOPATH="$HOME/.local/golang"
 export PATH="$GOPATH/bin:/usr/lib/go/bin/:$PATH"
 export PATH="$HOME/Documents/Shore/ssh-ca:$PATH"
 export PATH="$HOME/Documents/Shore/ssl-ca:$PATH"
diff --git a/Documents/Golang/.gitkeep b/.local/golang/.gitkeep
similarity index 100%
rename from Documents/Golang/.gitkeep
rename to .local/golang/.gitkeep
-- 
GitLab