From 9be215b09e787583ca349289fc3388797437cc8e Mon Sep 17 00:00:00 2001 From: Amandine Arias Date: Thu, 22 Apr 2021 12:24:12 +0200 Subject: [PATCH] docs (sources) : add gitignore (#1) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b0550d6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +sources/ +*.map +*.gitattributes \ No newline at end of file