More organization
This commit is contained in:
22
.gitignore
vendored
22
.gitignore
vendored
@@ -76,20 +76,26 @@ logs/php7/
|
|||||||
tmp/
|
tmp/
|
||||||
temp/
|
temp/
|
||||||
|
|
||||||
srv/aether_api/
|
# srv/aether_api/
|
||||||
srv/aether_app/
|
# srv/aether_app/
|
||||||
srv/hosted_files/
|
# srv/hosted_files/
|
||||||
srv/hosted_tmp/
|
# srv/hosted_tmp/
|
||||||
srv/html_php/
|
srv/html_php/
|
||||||
srv/mailman2/
|
srv/mailman2/
|
||||||
srv/mariadb/
|
# srv/mariadb/
|
||||||
srv/nextcloud/
|
# srv/nextcloud/
|
||||||
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_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_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_link/
|
srv/hosted_tmp_link/
|
||||||
|
srv/hosted_tmp_link
|
||||||
|
|||||||
8
srv/README.md
Normal file
8
srv/README.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
Create links to the actual file directories
|
||||||
|
./srv/aether_api
|
||||||
|
./srv/aether_app
|
||||||
|
./srv/hosted_files
|
||||||
|
./srv/mariadb
|
||||||
|
./srv/nextcloud
|
||||||
|
./srv/oneskyit_site
|
||||||
|
./srv/static_files
|
||||||
4
srv/aether_api/.gitignore
vendored
Normal file
4
srv/aether_api/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except for this file
|
||||||
|
!.gitignore
|
||||||
@@ -1 +0,0 @@
|
|||||||
/home/scott/OSIT_dev/aether_api_fastapi
|
|
||||||
4
srv/aether_app/.gitignore
vendored
Normal file
4
srv/aether_app/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except for this file
|
||||||
|
!.gitignore
|
||||||
@@ -1 +0,0 @@
|
|||||||
/home/scott/OSIT_dev/aether_app
|
|
||||||
4
srv/hosted_files/.gitignore
vendored
Normal file
4
srv/hosted_files/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except for this file
|
||||||
|
!.gitignore
|
||||||
@@ -1 +0,0 @@
|
|||||||
/mnt/data_drive/srv/data/osit_app/hosted_files_dev
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
/mnt/data_drive/srv/data/osit_app/hosted_files
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
/mnt/data_drive/srv/data/osit_app/hosted_tmp_dev
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
/mnt/data_drive/srv/data/osit_app/hosted_tmp
|
|
||||||
4
srv/mariadb/.gitignore
vendored
Normal file
4
srv/mariadb/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except for this file
|
||||||
|
!.gitignore
|
||||||
4
srv/nextcloud/.gitignore
vendored
Normal file
4
srv/nextcloud/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except for this file
|
||||||
|
!.gitignore
|
||||||
4
srv/oneskyit_site/.gitignore
vendored
Normal file
4
srv/oneskyit_site/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except for this file
|
||||||
|
!.gitignore
|
||||||
4
srv/static_files/.gitignore
vendored
Normal file
4
srv/static_files/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Ignore everything in this directory
|
||||||
|
*
|
||||||
|
# Except for this file
|
||||||
|
!.gitignore
|
||||||
Reference in New Issue
Block a user