From 9c2b8c95a370e41cf7eb29ae3095faffa26aae7f Mon Sep 17 00:00:00 2001 From: schwarb Date: Mon, 29 Sep 2025 06:18:31 +0200 Subject: [PATCH] Initial commit --- .gitignore | 26 ++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 29 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1d59274 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# ---> TwinCAT3 +# gitignore template for TwinCAT3 +# website: https://www.beckhoff.com/twincat3/ +# +# Recommended: VisualStudio.gitignore + +# TwinCAT files +*.tpy +*.tclrs +*.compiled-library +*.compileinfo +# Don't include the tmc-file rule if either of the following is true: +# 1. You've got TwinCAT C++ projects, as the information in the TMC-file is created manually for the C++ projects (in that case, only (manually) ignore the tmc-files for the PLC projects) +# 2. You've created a standalone PLC-project and added events to it, as these are stored in the TMC-file. +*.tmc +*.tmcRefac +*.library +*.project.~u +*.tsproj.bak +*.xti.bak +LineIDs.dbg +LineIDs.dbg.bak +_Boot/ +_CompileInfo/ +_Libraries/ +_ModuleInstall/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..f597350 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# FAT-Front-End-Absolutencoder + +Testen der Absolutencoder für SLS2.0 Front-End PA25-000286/058 \ No newline at end of file