spiffbot/.gitignore
deepCurse baa14a47e6
.env file support
introduced a macro to make management of program properties easier
program properties are obtained in this order: environment, .env file, commandline arguments
a configuration file will be included at a later date and will be loaded between .env and commandline args
2025-03-24 18:45:43 -03:00

9 lines
68 B
Text

bot_token*
.env
/target
/.vscode
/.rust-analyzer
**/*.rs.bk
*.pdb