Clean up...
This commit is contained in:
28
.gitignore
vendored
28
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
4
srv/aether_api/.gitignore
vendored
4
srv/aether_api/.gitignore
vendored
@@ -1,4 +0,0 @@
|
|||||||
# Ignore everything in this directory
|
|
||||||
*
|
|
||||||
# Except for this file
|
|
||||||
!.gitignore
|
|
||||||
4
srv/aether_app/.gitignore
vendored
4
srv/aether_app/.gitignore
vendored
@@ -1,4 +0,0 @@
|
|||||||
# Ignore everything in this directory
|
|
||||||
*
|
|
||||||
# Except for this file
|
|
||||||
!.gitignore
|
|
||||||
4
srv/hosted_files/.gitignore
vendored
4
srv/hosted_files/.gitignore
vendored
@@ -1,4 +0,0 @@
|
|||||||
# Ignore everything in this directory
|
|
||||||
*
|
|
||||||
# Except for this file
|
|
||||||
!.gitignore
|
|
||||||
Reference in New Issue
Block a user