More organization
This commit is contained in:
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