From 79f04cdd72cb5469269e733c5775afbed5369a6b Mon Sep 17 00:00:00 2001 From: alexb737 Date: Thu, 6 Oct 2022 10:46:05 +0200 Subject: [PATCH] =?UTF-8?q?a=C3=B1adido=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7c5d0aa --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.vs/** +**/bin/** +**/obj/** +*/Simulation.cs \ No newline at end of file