Initial commit
This commit is contained in:
45
.gitignore
vendored
45
.gitignore
vendored
@@ -11,6 +11,7 @@ dist/
|
||||
*.class
|
||||
|
||||
# Compiled Python bytecode
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# Log files
|
||||
@@ -48,3 +49,47 @@ Thumbs.db
|
||||
*.mov
|
||||
*.wmv
|
||||
|
||||
# Environments
|
||||
.env
|
||||
.venv
|
||||
env/
|
||||
venv/
|
||||
ENV/
|
||||
env.bak/
|
||||
venv.bak/
|
||||
environment/
|
||||
|
||||
*.bak
|
||||
.directory
|
||||
backups/
|
||||
bak/
|
||||
downloads/
|
||||
hold/
|
||||
log/
|
||||
# logs/
|
||||
logs/ae_api/
|
||||
logs/ae_app/
|
||||
logs/apache2/
|
||||
logs/mailman2/
|
||||
logs/php7/
|
||||
logs/web/
|
||||
tmp/
|
||||
temp/
|
||||
|
||||
srv/aether_api/
|
||||
srv/aether_app/
|
||||
srv/hosted_files/
|
||||
srv/hosted_tmp/
|
||||
srv/html_php/
|
||||
srv/mailman2/
|
||||
srv/mariadb/
|
||||
srv/nextcloud/
|
||||
srv/oneskyit_site/
|
||||
srv/static_files/
|
||||
|
||||
srv/aether_api_link/
|
||||
srv/aether_app_link/
|
||||
srv/hosted_files_dev_link/
|
||||
srv/hosted_files_link/
|
||||
srv/hosted_tmp_dev_link/
|
||||
srv/hosted_tmp_link/
|
||||
|
||||
Reference in New Issue
Block a user