From 622c52fea6285c99644c974408af5100be322a71 Mon Sep 17 00:00:00 2001 From: pcnick Date: Fri, 31 Jul 2020 09:25:36 +0800 Subject: [PATCH] Initial commit, add .gitignore file for AutoCAD env. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4074e2b --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.bak +*.dwl +*.dwl2 +*.dxe +*.rar +Thumbs.db \ No newline at end of file