└── .gitignore /.gitignore: -------------------------------------------------------------------------------- 1 | # generated files 2 | target/ 3 | generated/ 4 | 5 | # dependencies 6 | Dependencies.toml 7 | 8 | # config files 9 | Config.toml 10 | # the config files used for testing, Uncomment the following line if you want to commit the test config files 11 | #!**/tests/Config.toml 12 | --------------------------------------------------------------------------------