Compare commits

..

No commits in common. "2d87e623f88acafd54c4bb397160676b7d0ddd04" and "c6024f87be668f1aeff33dddc28ad617197bd047" have entirely different histories.

15 changed files with 28 additions and 102 deletions

7
.github/CODEOWNERS vendored
View File

@ -1,7 +0,0 @@
# Order is important. The LAST matching pattern has the MOST precedence.
# gitignore style patterns are used, not globs.
# https://docs.github.com/articles/about-codeowners
# https://git-scm.com/docs/gitignore
# Catch All - Defer to the gitignore maintainers
* @github/gitignore-maintainers

View File

@ -63,7 +63,6 @@ atlassian-ide-plugin.xml
# SonarLint plugin # SonarLint plugin
.idea/sonarlint/ .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) # Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml com_crashlytics_export_strings.xml

View File

@ -3,7 +3,7 @@
# temporary files which can be created if a process still has a handle open of a deleted file # temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden* .fuse_hidden*
# Metadata left by Dolphin file manager, which comes with KDE Plasma # KDE directory preferences
.directory .directory
# Linux trash folder which might appear on any partition or disk # Linux trash folder which might appear on any partition or disk
@ -11,6 +11,3 @@
# .nfs files are created when an open file is removed but is still being accessed # .nfs files are created when an open file is removed but is still being accessed
.nfs* .nfs*
# Log files created by default by the nohup command
nohup.out

View File

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

View File

@ -1,6 +1,5 @@
# Godot 4+ specific ignores # Godot 4+ specific ignores
.godot/ .godot/
.nomedia
# Godot-specific ignores # Godot-specific ignores
.import/ .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 [Ignoring Files article][help] on the GitHub Help site.
- The [gitignore(5)][man] manual page. - 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 [help]: https://help.github.com/articles/ignoring-files
[chapter]: https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring [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 ## 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 # amsthm
*.thm *.thm
# attachfile2
*.atfi
# beamer # beamer
*.nav *.nav
*.pre *.pre
@ -70,7 +67,6 @@ acs-*.bib
# changes # changes
*.soc *.soc
*.loc
# comment # comment
*.cut *.cut
@ -180,7 +176,6 @@ acs-*.bib
# minted # minted
_minted* _minted*
*.data.minted
*.pyg *.pyg
# morewrites # morewrites

View File

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

View File

@ -1,14 +0,0 @@
# Test Complete ignore files: https://support.smartbear.com/viewarticle/68002/
# Tester-specific Settings
*.tcCFGExtender
*.tcLS
# Type library declarations
*.tlb
# Log files
*.tcLogs
# Backup files
*.bak

View File

@ -1,49 +1,25 @@
### TwinCAT3 ### # gitignore template for TwinCAT3
# website: https://www.beckhoff.com/twincat3/ # website: https://www.beckhoff.com/twincat3/
#
# Recommended: VisualStudio.gitignore
# TwinCAT PLC # TwinCAT files
*.plcproj.bak
*.plcproj.orig
*.tpy *.tpy
*.tclrs *.tclrs
*.library
*.compiled-library *.compiled-library
*.compileinfo *.compileinfo
*.asm # Don't include the tmc-file rule if either of the following is true:
*.core # 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)
LineIDs.dbg # 2. You've created a standalone PLC-project and added events to it, as these are stored in the TMC-file.
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
*.tmc *.tmc
*.tmcRefac *.tmcRefac
*.library
# 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
*.project.~u *.project.~u
*.suo *.tsproj.bak
*.xti.bak
LineIDs.dbg
LineIDs.dbg.bak
_Boot/
_CompileInfo/
_Libraries/
_ModuleInstall/

View File

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

View File

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

View File

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

View File

@ -30,7 +30,9 @@
# contain metadata (manifest.json), application code (main.js), stylesheets # contain metadata (manifest.json), application code (main.js), stylesheets
# (styles.css), and user-configuration data (data.json). # (styles.css), and user-configuration data (data.json).
# We only want to track data.json, so we: # We only want to track data.json, so we:
# 1. exclude everything that the plugin folders contain, # 1. exclude everything under the plugins directory recursively,
# 2. unignore data.json in the plugin folders # 2. unignore the plugin directories themselves, which then allows us to
.obsidian/plugins/*/** # 3. unignore the data.json files
.obsidian/plugins/**/*
!.obsidian/plugins/*/
!.obsidian/plugins/*/data.json !.obsidian/plugins/*/data.json