From a836e796d8893c4ed2daeeb95ca5f8110e9d8806 Mon Sep 17 00:00:00 2001 From: IMACULGY Date: Thu, 16 Jan 2020 00:25:50 -0500 Subject: [PATCH 1/3] Added .gitignore to downloads folder --- downloads/data.txt | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 downloads/data.txt diff --git a/downloads/data.txt b/downloads/data.txt deleted file mode 100644 index 033229c4..00000000 --- a/downloads/data.txt +++ /dev/null @@ -1,2 +0,0 @@ -This folder contains downloaded data from Aria2c -which is mapped to both Bassa API container and Aria2c RPC server \ No newline at end of file From e45cce34f2da78ce2dd4ebde83c94fa859550f30 Mon Sep 17 00:00:00 2001 From: IMACULGY Date: Thu, 16 Jan 2020 00:36:15 -0500 Subject: [PATCH 2/3] Test --- .gitignore | 2 +- downloads/.gitignore | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 downloads/.gitignore diff --git a/.gitignore b/.gitignore index 5ad5b805..34d707dd 100644 --- a/.gitignore +++ b/.gitignore @@ -88,7 +88,7 @@ __pycache__/ build/ develop-eggs/ dist/ -downloads/ +#downloads/ eggs/ .eggs/ lib/ diff --git a/downloads/.gitignore b/downloads/.gitignore new file mode 100644 index 00000000..c96a04f0 --- /dev/null +++ b/downloads/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file From 7780e0ade95f5bd97434f9cf39a23863cd9560d1 Mon Sep 17 00:00:00 2001 From: IMACULGY Date: Thu, 16 Jan 2020 00:41:49 -0500 Subject: [PATCH 3/3] Altered .gitignore for downloads folder. --- downloads/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/downloads/.gitignore b/downloads/.gitignore index c96a04f0..92a49902 100644 --- a/downloads/.gitignore +++ b/downloads/.gitignore @@ -1,2 +1,6 @@ +# Downloads folder is reserved for user-specific downloads. +# Developer should not push local downloads to remote upstream. +# All contents of the folder will be ignored, other than this file. + * !.gitignore \ No newline at end of file