From 315ec84f1a69b1898bc71d4239d54c0ed0c1fd54 Mon Sep 17 00:00:00 2001 From: plaaosert <terrariandallas@gmail.com> Date: Mon, 5 Jun 2023 19:40:49 +0100 Subject: [PATCH] added examples to gitignore --- .gitignore | 1 + .idea/vcs.xml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index e69de29..75f9676 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +3217-example* \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="VcsDirectoryMappings"> + <mapping directory="$PROJECT_DIR$" vcs="Git" /> + </component> +</project> \ No newline at end of file -- GitLab