commit 6414369dfb614a5c0f013efe3615d9733637b34d Author: Евгений Можевитин Date: Wed Jan 18 13:20:03 2023 +0300 add .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d158f93 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Private folders +__* + +# Logs and Reports +*.htm +*.log + +# LTSpice artifacts +*.raw +*.net +*.plt + +# FreeCAD artifacts +*.FCStd1 + +# Altium autogenerated stuff +*.PrjMbdStructure +*.PrjPcbStructure +Project Outputs/* +History/*