From 7c1f6508eb5daf541975f819e3aa7af4b8400a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Garc=C3=ADa?= <ignacio.garcia@tecnalia.com> Date: Thu, 16 Jul 2020 12:29:51 +0200 Subject: [PATCH] Removed unneeded files --- .gitignore | 3 ++- .idea/gitlab-basics.iml | 15 --------------- README.md | 4 +++- 3 files changed, 5 insertions(+), 17 deletions(-) delete mode 100644 .idea/gitlab-basics.iml diff --git a/.gitignore b/.gitignore index 39a98c5..c2ffba5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.pyc -.pytest_cache \ No newline at end of file +.pytest_cache +.idea/** diff --git a/.idea/gitlab-basics.iml b/.idea/gitlab-basics.iml deleted file mode 100644 index 4f2c9af..0000000 --- a/.idea/gitlab-basics.iml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<module type="PYTHON_MODULE" version="4"> - <component name="NewModuleRootManager"> - <content url="file://$MODULE_DIR$" /> - <orderEntry type="inheritedJdk" /> - <orderEntry type="sourceFolder" forTests="false" /> - </component> - <component name="PyDocumentationSettings"> - <option name="format" value="PLAIN" /> - <option name="myDocStringFormat" value="Plain" /> - </component> - <component name="TestRunnerService"> - <option name="PROJECT_TEST_RUNNER" value="pytest" /> - </component> -</module> \ No newline at end of file diff --git a/README.md b/README.md index afa9b6a..be67d4f 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,6 @@ Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fizz" instead of the number And for the multiples of five print "Buzz". -For numbers which are multiples of both three and five print "FizzBuzz". \ No newline at end of file +For numbers which are multiples of both three and five print "FizzBuzz". + +- Iñaki García \ No newline at end of file -- GitLab