27 Commits 010b77ba77 ... 6b4026c2f0

Author SHA1 Message Date
  Daniel Johnson 6b4026c2f0 Merge pull request #4619 from rux616/patch-1 3 days ago
  Daniel Johnson 696ace4289 Merge pull request #4596 from markjaquith/issue/Icon-macOS-carriage-return 3 days ago
  Daniel Johnson 2689587a80 Merge pull request #4603 from aakashjog/TeX-changes 3 days ago
  Daniel Johnson 98d7e21025 Merge pull request #4604 from netbymatt/patch-1 3 days ago
  Daniel Johnson f59df77883 Merge pull request #4607 from bartlaarhoven/patch-1 3 days ago
  Daniel Johnson 81bbb60768 Merge pull request #4608 from afcuttin/attachfile2 3 days ago
  Daniel Johnson ba3e626089 Merge pull request #4609 from Shannja/main 3 days ago
  Daniel Johnson a79fb7199e Merge pull request #4610 from barraponto/dotter 3 days ago
  Daniel Johnson 1c767fa3ac Merge pull request #4612 from syntaxerror247/patch-1 3 days ago
  Daniel Johnson 43259f3ae2 Merge pull request #4613 from koppor/patch-2 3 days ago
  Daniel Johnson 63f57203de Merge pull request #4614 from fuzzybair/ncrunch-update 3 days ago
  Daniel Johnson 4cc4b5741c Merge pull request #4618 from NicholasWilsonDEV/patch-1 3 days ago
  Daniel Johnson fc17de5482 Merge pull request #4620 from ralphmcralph/remix-solidity-template 3 days ago
  ralphmcralph 86a7d7dbad Add .gitignore template for Solidity + Remix 4 days ago
  Dan Cassidy 4ed7892d1a Ignore all .terraform directories 5 days ago
  Nicholas Wilson c831d190f6 chore(links): replace URLs with HTTPS for better security 1 week ago
  Oliver Kopp a0e5b9d545 Fix ordering 2 weeks ago
  Oliver Kopp 5c4badd740 Refine minted rules 2 weeks ago
  Anish Mishra 63d066391f Add nomedia file to Godot.gitignore 3 weeks ago
  Capi Etheriel c843504839 Add Dotter.gitnore 4 weeks ago
  Shannja 5d9130efad Update Unity.gitignore 4 weeks ago
  Alessandro Cuttin ab7e5f6994 Added .atfi extension for package attachfile2 1 month ago
  Bart Laarhoven 87d93eeb2e Ignore .idea/sonarlint.xml 1 month ago
  Matt Walsh fdc1acb1bc Update TwinCAT3.gitignore 1 month ago
  Aakash Jog 016cd48bd4 Add .loc to TeX.gitignore 1 month ago
  Mark Jaquith 7b35656e75 Use a character class to ignore Icon\r directories 1 month ago
  Kent Bair 63e339f19f Updated NCrunch cache path for v4.16+ 8 months ago

+ 1 - 0
Global/JetBrains.gitignore

@@ -63,6 +63,7 @@ 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

+ 1 - 3
Global/macOS.gitignore

@@ -2,9 +2,7 @@
 .DS_Store
 .AppleDouble
 .LSOverride
-
-# Icon must end with two \r
-Icon

+Icon[
]
 
 # Thumbnails
 ._*

+ 1 - 0
Godot.gitignore

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

+ 2 - 2
README.md

@@ -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]: http://git-scm.com/docs/gitignore
+[man]: https://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]: http://git-scm.com/book
+[progit]: https://git-scm.com/book
 
 ## Folder structure
 

+ 15 - 0
Solidity-Remix.gitignore

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

+ 5 - 0
TeX.gitignore

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

+ 1 - 1
Terraform.gitignore

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

+ 39 - 15
TwinCAT3.gitignore

@@ -1,25 +1,49 @@
-# gitignore template for TwinCAT3
+### TwinCAT3 ###
 # website: https://www.beckhoff.com/twincat3/
-#
-# Recommended: VisualStudio.gitignore
 
-# TwinCAT files
+# TwinCAT PLC
+*.plcproj.bak
+*.plcproj.orig
 *.tpy
 *.tclrs
+*.library
 *.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.
+*.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
 *.tmc
 *.tmcRefac
-*.library
-*.project.~u
+
+# TwinCAT project files
 *.tsproj.bak
+*.tsproj.b?k
+*.tsproj.orig
 *.xti.bak
-LineIDs.dbg
-LineIDs.dbg.bak
-_Boot/
-_CompileInfo/
-_Libraries/
-_ModuleInstall/
+*.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
+*.suo

+ 1 - 0
Unity.gitignore

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

+ 1 - 0
VisualStudio.gitignore

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

+ 6 - 0
community/Dotter.gitignore

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