Clean up...

This commit is contained in:
Scott Idem
2023-02-22 17:16:40 -05:00
parent 3a9a7a559f
commit d0e6a6f921
4 changed files with 16 additions and 24 deletions

28
.gitignore vendored
View File

@@ -13,6 +13,7 @@ dist/
# Compiled Python bytecode # Compiled Python bytecode
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
.mypy_cache
# Log files # Log files
*.log *.log
@@ -49,6 +50,9 @@ Thumbs.db
*.mov *.mov
*.wmv *.wmv
.vscode
# Environments # Environments
.env .env
.venv .venv
@@ -87,18 +91,18 @@ srv/mailman2/
# srv/oneskyit_site/ # srv/oneskyit_site/
# srv/static_files/ # srv/static_files/
srv/aether_api_link/ # srv/aether_api_link/
srv/aether_api_link # srv/aether_api_link
srv/aether_app_link/ # srv/aether_app_link/
srv/aether_app_link # srv/aether_app_link
srv/hosted_files_dev_link/ # srv/hosted_files_dev_link/
srv/hosted_files_dev_link # srv/hosted_files_dev_link
srv/hosted_files_link/ # srv/hosted_files_link/
srv/hosted_files_link # srv/hosted_files_link
srv/hosted_tmp_dev_link/ # srv/hosted_tmp_dev_link/
srv/hosted_tmp_dev_link # srv/hosted_tmp_dev_link
srv/hosted_tmp_link/ # srv/hosted_tmp_link/
srv/hosted_tmp_link # srv/hosted_tmp_link
srv/aether_api_ln/ srv/aether_api_ln/
srv/aether_api_ln srv/aether_api_ln

View File

@@ -1,4 +0,0 @@
# Ignore everything in this directory
*
# Except for this file
!.gitignore

View File

@@ -1,4 +0,0 @@
# Ignore everything in this directory
*
# Except for this file
!.gitignore

View File

@@ -1,4 +0,0 @@
# Ignore everything in this directory
*
# Except for this file
!.gitignore