Initial project setup with basic structure, including environment configuration, command handling, and Lavalink integration.
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -2,12 +2,21 @@
|
||||
# Generated by Cargo
|
||||
# will have compiled files and executables
|
||||
debug/
|
||||
target/
|
||||
/target/
|
||||
|
||||
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
||||
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
||||
Cargo.lock
|
||||
|
||||
# dotenv environment variables
|
||||
.env
|
||||
|
||||
# VSCode settings
|
||||
.vscode/
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# These are backup files generated by rustfmt
|
||||
**/*.rs.bk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user