From d0e6a6f9216eb970544a3c38d51c3b135b87c814 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Wed, 22 Feb 2023 17:16:40 -0500 Subject: [PATCH] Clean up... --- .gitignore | 28 ++++++++++++++++------------ srv/aether_api/.gitignore | 4 ---- srv/aether_app/.gitignore | 4 ---- srv/hosted_files/.gitignore | 4 ---- 4 files changed, 16 insertions(+), 24 deletions(-) delete mode 100644 srv/aether_api/.gitignore delete mode 100644 srv/aether_app/.gitignore delete mode 100644 srv/hosted_files/.gitignore diff --git a/.gitignore b/.gitignore index b0ca21f..bd9b751 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ dist/ # Compiled Python bytecode __pycache__/ *.py[cod] +.mypy_cache # Log files *.log @@ -49,6 +50,9 @@ Thumbs.db *.mov *.wmv + +.vscode + # Environments .env .venv @@ -87,18 +91,18 @@ srv/mailman2/ # srv/oneskyit_site/ # srv/static_files/ -srv/aether_api_link/ -srv/aether_api_link -srv/aether_app_link/ -srv/aether_app_link -srv/hosted_files_dev_link/ -srv/hosted_files_dev_link -srv/hosted_files_link/ -srv/hosted_files_link -srv/hosted_tmp_dev_link/ -srv/hosted_tmp_dev_link -srv/hosted_tmp_link/ -srv/hosted_tmp_link +# srv/aether_api_link/ +# srv/aether_api_link +# srv/aether_app_link/ +# srv/aether_app_link +# srv/hosted_files_dev_link/ +# srv/hosted_files_dev_link +# srv/hosted_files_link/ +# srv/hosted_files_link +# srv/hosted_tmp_dev_link/ +# srv/hosted_tmp_dev_link +# srv/hosted_tmp_link/ +# srv/hosted_tmp_link srv/aether_api_ln/ srv/aether_api_ln diff --git a/srv/aether_api/.gitignore b/srv/aether_api/.gitignore deleted file mode 100644 index 9ce0361..0000000 --- a/srv/aether_api/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Ignore everything in this directory -* -# Except for this file -!.gitignore \ No newline at end of file diff --git a/srv/aether_app/.gitignore b/srv/aether_app/.gitignore deleted file mode 100644 index 9ce0361..0000000 --- a/srv/aether_app/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Ignore everything in this directory -* -# Except for this file -!.gitignore \ No newline at end of file diff --git a/srv/hosted_files/.gitignore b/srv/hosted_files/.gitignore deleted file mode 100644 index 9ce0361..0000000 --- a/srv/hosted_files/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Ignore everything in this directory -* -# Except for this file -!.gitignore \ No newline at end of file