Author: Pedro Lucas Porcellis <pedrolucasporcellis@gmail.com>
Introduce the new config file and add annoying cache to ignore
.gitignore | 2 ++ config.ini.sample | 7 +++++++
diff --git a/.gitignore b/.gitignore index 4c49bd78f1d08f2bc09fa0bd8191ed38b7dce5e3..2099366089f5c8d48f471d056b24c25e5c899045 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .env +config.ini +__pycache__ diff --git a/config.ini.sample b/config.ini.sample new file mode 100644 index 0000000000000000000000000000000000000000..ac8ec6e2bf0154683e5ab820d704dfbf7981092f --- /dev/null +++ b/config.ini.sample @@ -0,0 +1,7 @@ +[meta] +environment = dev + +[dev] + +connection-string = mysql://root@localhost/ciclos_dev +