Skip to content

Commit

Permalink
add more documentations and update media routes
Browse files Browse the repository at this point in the history
  • Loading branch information
thebino committed Aug 9, 2023
1 parent da3ec35 commit 33ec6bb
Show file tree
Hide file tree
Showing 55 changed files with 1,905 additions and 1,241 deletions.
34 changes: 34 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Include any files or directories that you don't want to be copied to your
# container here (e.g., local build artifacts, temporary files, etc.).
#
# For more help, visit the .dockerignore file reference guide at
# https://docs.docker.com/engine/reference/builder/#dockerignore-file

**/.DS_Store
**/__pycache__
**/.venv
**/.classpath
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/bin
**/charts
**/docker-compose*
**/compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
LICENSE
README.md
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
}
},
"rust-analyzer.linkedProjects": [
"./crates/accounts/Cargo.toml",
"./crates/activity_pub/Cargo.toml",
"./crates/core_common/Cargo.toml",
"./crates/core_photos/Cargo.toml",
"./crates/common/Cargo.toml",
"./crates/media/Cargo.toml",
"./crates/oauth_authentication/Cargo.toml",
"./crates/oauth_authorization_server/Cargo.toml"
],
Expand Down
Loading

0 comments on commit 33ec6bb

Please sign in to comment.