Skip to content

Commit

Permalink
Merge pull request #29 from LyonSyonII/axum
Browse files Browse the repository at this point in the history
feat(feedbacker): Added Feedback component and backend
  • Loading branch information
LyonSyonII authored Feb 22, 2024
2 parents 03101fc + 0d3eb21 commit 79eaf04
Show file tree
Hide file tree
Showing 16 changed files with 1,475 additions and 427 deletions.
24 changes: 24 additions & 0 deletions feedbacker/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.gitignore
.vscode

# Repo
README.md
LICENSE
run
feedback.yml

# Nix
.direnv
.envrc
flake.lock
flake.nix

# Docker
.dockerignore
Dockerfile
docker.sh

# Rust
.cargo/
Cargo.lock
**/target/*
1 change: 1 addition & 0 deletions feedbacker/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
feedback.yml
Loading

0 comments on commit 79eaf04

Please sign in to comment.