First commit in rust
This commit is contained in:
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/target/
|
||||
**/*.db
|
||||
**/*.db-shm
|
||||
**/*.db-wal
|
||||
.env
|
||||
*.pem
|
||||
*.key
|
||||
*.crt
|
||||
*.p12
|
||||
/backchannel-server/backchannel.db
|
||||
/backchannel-web/node_modules/
|
||||
/backchannel-web/.vite/
|
||||
Reference in New Issue
Block a user