diff --git a/.gitignore b/.gitignore index 5ad5b805..e0060526 100644 --- a/.gitignore +++ b/.gitignore @@ -88,7 +88,6 @@ __pycache__/ build/ develop-eggs/ dist/ -downloads/ eggs/ .eggs/ lib/ @@ -235,3 +234,7 @@ tags .vscode/* # End of https://www.gitignore.io/api/vim,node,python,sublimetext,visualstudiocode + +###make empty folder in downloads +downloads/* +!downloads/.gitkeep \ No newline at end of file diff --git a/downloads/.gitkeep b/downloads/.gitkeep new file mode 100644 index 00000000..e69de29b 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