Compare commits

..

No commits in common. "6b4026c2f01379bd9a7649d08f575350a121c41e" and "010b77ba772d5e99185701aba47d0de681a87e1c" have entirely different histories.

11 changed files with 22 additions and 74 deletions

View File

@ -63,7 +63,6 @@ atlassian-ide-plugin.xml
# SonarLint plugin
.idea/sonarlint/
.idea/sonarlint.xml # see https://community.sonarsource.com/t/is-the-file-idea-idea-idea-sonarlint-xml-intended-to-be-under-source-control/121119
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml

View File

@ -2,7 +2,9 @@
.DS_Store
.AppleDouble
.LSOverride
Icon[ ]
# Icon must end with two \r
Icon
# Thumbnails
._*

View File

@ -1,6 +1,5 @@
# Godot 4+ specific ignores
.godot/
.nomedia
# Godot-specific ignores
.import/

View File

@ -11,10 +11,10 @@ the following resources are a great place to start:
- The [Ignoring Files article][help] on the GitHub Help site.
- The [gitignore(5)][man] manual page.
[man]: https://git-scm.com/docs/gitignore
[man]: http://git-scm.com/docs/gitignore
[help]: https://help.github.com/articles/ignoring-files
[chapter]: https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring
[progit]: https://git-scm.com/book
[progit]: http://git-scm.com/book
## Folder structure

View File

@ -1,15 +0,0 @@
# Remix compiler artifacts
**/artifacts/
**/artifacts/**
# Remix plugin state folders
deps/
states/
# Debug info
*.dbg.json
*.tsbuildinfo
# Optional
.env
.env.local

View File

@ -59,9 +59,6 @@ acs-*.bib
# amsthm
*.thm
# attachfile2
*.atfi
# beamer
*.nav
*.pre
@ -70,7 +67,6 @@ acs-*.bib
# changes
*.soc
*.loc
# comment
*.cut
@ -180,7 +176,6 @@ acs-*.bib
# minted
_minted*
*.data.minted
*.pyg
# morewrites

View File

@ -1,5 +1,5 @@
# Local .terraform directories
.terraform/
**/.terraform/*
# .tfstate files
*.tfstate

View File

@ -1,49 +1,25 @@
### TwinCAT3 ###
# gitignore template for TwinCAT3
# website: https://www.beckhoff.com/twincat3/
#
# Recommended: VisualStudio.gitignore
# TwinCAT PLC
*.plcproj.bak
*.plcproj.orig
# TwinCAT files
*.tpy
*.tclrs
*.library
*.compiled-library
*.compileinfo
*.asm
*.core
LineIDs.dbg
LineIDs.dbg.bak
# TwinCAT C++ and shared types
# ignoring the TMC file is only useful for plain PLC programming
# as soon as shared data types (via tmc), C++ or in general TcCom-Module are used, the TMC file has to be part of the repository
# 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
# TwinCAT project files
*.tsproj.bak
*.tsproj.b?k
*.tsproj.orig
*.xti.bak
*.xti.bk?
*.xti.orig
*.xtv
*.xtv.bak
*.xtv.bk?
# Multiuser specific
**/.TcGit/
# exclude not required folders
**/_Boot/
**/_CompileInfo/
**/_Libraries/
**/_ModuleInstall/
**/_Deployment/
**/_Repository/
# VS Shell project specific files and folders
**/.vs/
*.~u
*.library
*.project.~u
*.suo
*.tsproj.bak
*.xti.bak
LineIDs.dbg
LineIDs.dbg.bak
_Boot/
_CompileInfo/
_Libraries/
_ModuleInstall/

View File

@ -10,7 +10,6 @@
/[Bb]uilds/
/[Ll]ogs/
/[Uu]ser[Ss]ettings/
*.log
# MemoryCaptures can get excessive in size.
# They also could contain extremely sensitive data

View File

@ -155,7 +155,6 @@ coverage*.info
# NCrunch
_NCrunch_*
.NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*

View File

@ -1,6 +0,0 @@
# local files are for host-specific overrides
.dotter/local.toml
# ignore caches
.dotter/cache.toml
.dotter/cache