diff --git a/.gitignore b/.gitignore index c2658d7..dbaf1d8 100644 Binary files a/.gitignore and b/.gitignore differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..129b438 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ + +1. Clone the repository +2. Install dependencies (if any) +3. Run the project diff --git a/contribution.txt b/contribution.txt new file mode 100644 index 0000000..b10266c --- /dev/null +++ b/contribution.txt @@ -0,0 +1 @@ +one idea for improving the project \ No newline at end of file diff --git a/ignore.gitignore b/ignore.gitignore new file mode 100644 index 0000000..b019b2a --- /dev/null +++ b/ignore.gitignore @@ -0,0 +1,2 @@ +echo "*.log" > .gitignore +echo "temp/" >> .gitignore