Compare commits

..

3 Commits

Author SHA1 Message Date
Devin Dooley
df4a30a406
Merge pull request #4563 from mark-lazarides/ftr/update-twincat3-libs-dir-update
modifies lib exclude, adds example lib include
2025-06-25 09:45:37 -07:00
Mark Lazarides
aebe7c1afb
Merge branch 'main' into ftr/update-twincat3-libs-dir-update 2025-06-25 14:29:38 +01:00
Mark Lazarides
a3259cbb0a modifies lib exclude, adds example lib include
explicitly excludes the `_Libraries` directory, and provides example of
adding sub directories back in. Should be used for including custom and
third party (non -Beckhoff shipped) libraries, improving maintainability
2025-01-10 10:44:18 +00:00

View File

@ -43,6 +43,10 @@ LineIDs.dbg.bak
**/_Deployment/
**/_Repository/
# To include a specific library directory (i.e. third party/custom libs),
# use pattern `!/**/_Libraries/<directory name>/` i.e. `!/**/_Libraries/www.tcunit.org/`
#
# VS Shell project specific files and folders
**/.vs/
*.~u