From 20d892ae4f3ad2318ab8e9c7be944ffe2dc5b0f9 Mon Sep 17 00:00:00 2001 From: yahyayozo Date: Fri, 27 Sep 2024 21:38:22 +0100 Subject: [PATCH 01/17] added STM32CubeIDE gitignore --- Global/STM32CubeIDE.gitignore | 56 +++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 Global/STM32CubeIDE.gitignore diff --git a/Global/STM32CubeIDE.gitignore b/Global/STM32CubeIDE.gitignore new file mode 100644 index 00000000..22f2bc8f --- /dev/null +++ b/Global/STM32CubeIDE.gitignore @@ -0,0 +1,56 @@ +# STM32CubeIDE specific files + +# Project-specific settings. Ignore it if developers have different preferences. +# However, if you want all team members to use the same code formatting and settings, +# consider including the .settings folder in the repository. + +# /.settings/ + +# Ignore Eclipse-based IDE launch configurations. +# Uncomment if you want each developer to have their own unique debug configurations. +#*.launch + +# Ignore any JLink-related files (debug configurations). +# Uncomment if you want each developer to have their own unique debug configurations. +#*.jlink + +# Ignore log files generated by the IDE. +# These are not necessary for version control. +*.log + +# Ignore VSCode configuration files. +# Useful if some team members use VSCode for development. +# If you want to share VSCode settings, comment out the following line. +.vscode/ + +# Build files + +# Ignore build output directories. +# These are not needed in the repository as they are generated during the build process. +Debug/ +Release/ + +# Ignore common binary and object files generated during compilation. +# They should not be included in the repository as they are build artifacts. +*.elf +*.map +*.bin +*.hex +*.srec +*.lst +*.o +*.d +*.a +*.su +*.crl + +#TouchGFX files (in case your project has touchGFX) +TouchGFX/generated +TouchGFX/build +TouchGFX/simulator/msvs/.vs + +# Backup files + +# Ignore temporary and backup files generated by the operating system and editor. +# These are not needed in the repository. +*.bak \ No newline at end of file From 0ed6a1a3f1ca6b83c85a96f318d71371848700af Mon Sep 17 00:00:00 2001 From: Nikita Mikhailov Date: Sat, 26 Jul 2025 23:51:25 +0300 Subject: [PATCH 02/17] Update Python.gitignore Ensure consistency formatting for comments in Python.gitignore --- Python.gitignore | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index cb0f8dc8..8add241e 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -27,8 +27,8 @@ share/python-wheels/ MANIFEST # PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. *.manifest *.spec @@ -92,34 +92,34 @@ ipython_config.py # However, in case of collaboration, if having platform-specific dependencies or dependencies # having no cross-platform support, pipenv may install dependencies that don't work, or not # install all needed dependencies. -#Pipfile.lock +# Pipfile.lock # UV # Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control. # This is especially recommended for binary packages to ensure reproducibility, and is more # commonly ignored for libraries. -#uv.lock +# uv.lock # poetry # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. # This is especially recommended for binary packages to ensure reproducibility, and is more # commonly ignored for libraries. # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control -#poetry.lock -#poetry.toml +# poetry.lock +# poetry.toml # pdm # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. # pdm recommends including project-wide configuration in pdm.toml, but excluding .pdm-python. # https://pdm-project.org/en/latest/usage/project/#working-with-version-control -#pdm.lock -#pdm.toml +# pdm.lock +# pdm.toml .pdm-python .pdm-build/ # pixi # Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control. -#pixi.lock +# pixi.lock # Pixi creates a virtual environment in the .pixi directory, just like venv module creates one # in the .venv directory. It is recommended not to include this directory in version control. .pixi @@ -169,23 +169,23 @@ dmypy.json cython_debug/ # PyCharm -# JetBrains specific template is maintained in a separate JetBrains.gitignore that can -# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore -# and can be added to the global gitignore or merged into this file. For a more nuclear -# option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ +# JetBrains specific template is maintained in a separate JetBrains.gitignore that can +# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore +# and can be added to the global gitignore or merged into this file. For a more nuclear +# option (not recommended) you can uncomment the following to ignore the entire idea folder. +# .idea/ # Abstra -# Abstra is an AI-powered process automation framework. -# Ignore directories containing user credentials, local state, and settings. -# Learn more at https://abstra.io/docs +# Abstra is an AI-powered process automation framework. +# Ignore directories containing user credentials, local state, and settings. +# Learn more at https://abstra.io/docs .abstra/ # Visual Studio Code -# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore -# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore -# and can be added to the global gitignore or merged into this file. However, if you prefer, -# you could uncomment the following to ignore the entire vscode folder +# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore +# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore +# and can be added to the global gitignore or merged into this file. However, if you prefer, +# you could uncomment the following to ignore the entire vscode folder # .vscode/ # Ruff stuff: From 4b7063c9d72d68f18cf29c5738b8671e2a055473 Mon Sep 17 00:00:00 2001 From: Navaneeth Anand Date: Sun, 27 Jul 2025 18:40:43 +0530 Subject: [PATCH 03/17] Update Node.gitignore Add Vite-specific entries to Node.gitignore --- Node.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 9a5acedf..67512665 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -137,3 +137,7 @@ dist # Vite logs files vite.config.js.timestamp-* vite.config.ts.timestamp-* + +# Vite-specific +.vite/ +.env*.local From 1bd28f57ea03c508cebe343a0bb2bf1390a852f5 Mon Sep 17 00:00:00 2001 From: Achilles Gasper Rasquinha Date: Thu, 7 Aug 2025 03:05:13 +0000 Subject: [PATCH 04/17] feat: Add Salesforce --- Salesforce.gitignore | 45 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Salesforce.gitignore diff --git a/Salesforce.gitignore b/Salesforce.gitignore new file mode 100644 index 00000000..67ce6187 --- /dev/null +++ b/Salesforce.gitignore @@ -0,0 +1,45 @@ +# This file is used for Git repositories to specify intentionally untracked files that Git should ignore. +# If you are not using git, you can delete this file. For more information see: https://git-scm.com/docs/gitignore +# For useful gitignore templates see: https://github.com/github/gitignore + +# Salesforce cache +.sf/ +.sfdx/ +.localdevserver/ +deploy-options.json +.localdev + +# LWC VSCode autocomplete +**/lwc/jsconfig.json + +# LWC Jest coverage reports +coverage/ + +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Dependency directories +node_modules/ + +# Eslint cache +.eslintcache + +# MacOS system files +.DS_Store + +# Windows system files +Thumbs.db +ehthumbs.db +[Dd]esktop.ini +$RECYCLE.BIN/ + +# Salesforce Analyzer results +sca-results.csv +sfca_results.json + +# Local environment variables +.env \ No newline at end of file From 21d16ca45a4de3e4b4ebe487872fed974293b041 Mon Sep 17 00:00:00 2001 From: Lumirelle Date: Fri, 8 Aug 2025 09:47:10 +0800 Subject: [PATCH 05/17] feat: support nuxt 4 --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index 9a5acedf..eb7917be 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -81,6 +81,7 @@ out # Nuxt.js build / generate output .nuxt dist +.output # Gatsby files .cache/ From bd7d99b21dc872c2e6dc0647e531906407c2aa30 Mon Sep 17 00:00:00 2001 From: Arjun Deka Date: Fri, 8 Aug 2025 00:45:19 -0700 Subject: [PATCH 06/17] Added redis files to ignore In this commit I added files that are generated by redis and should generally be ignored. --- Python.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index cb0f8dc8..ef79df0e 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -65,6 +65,11 @@ db.sqlite3-journal instance/ .webassets-cache +# Redis +*.rdb +*.aof +*.pid + # Scrapy stuff: .scrapy From a2eb96111393932b8de0c88e7ea7762eaa1ec021 Mon Sep 17 00:00:00 2001 From: Arjun Deka Date: Fri, 8 Aug 2025 00:50:04 -0700 Subject: [PATCH 07/17] Added additional message broker files to ignore. RabbitMQ and ActiveMQ also generate folders and files to decided to make those ignored too. --- Python.gitignore | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index ef79df0e..393702dd 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -65,11 +65,6 @@ db.sqlite3-journal instance/ .webassets-cache -# Redis -*.rdb -*.aof -*.pid - # Scrapy stuff: .scrapy @@ -136,6 +131,19 @@ __pypackages__/ celerybeat-schedule celerybeat.pid +# Redis +*.rdb +*.aof +*.pid + +# RabbitMQ +mnesia/ +rabbitmq/ +rabbitmq-data/ + +# ActiveMQ +activemq-data/ + # SageMath parsed files *.sage.py From f7d6e55ed956cc8f309d611f23497aa07843c726 Mon Sep 17 00:00:00 2001 From: Achilles Rasquinha Date: Sun, 10 Aug 2025 14:45:04 -0500 Subject: [PATCH 08/17] Update Salesforce.gitignore Removed node_modules and DS_Store --- Salesforce.gitignore | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Salesforce.gitignore b/Salesforce.gitignore index 67ce6187..3547a96f 100644 --- a/Salesforce.gitignore +++ b/Salesforce.gitignore @@ -22,15 +22,9 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -# Dependency directories -node_modules/ - # Eslint cache .eslintcache -# MacOS system files -.DS_Store - # Windows system files Thumbs.db ehthumbs.db @@ -42,4 +36,4 @@ sca-results.csv sfca_results.json # Local environment variables -.env \ No newline at end of file +.env From 37def63bc84ff46b793809e9e8eacd6fa3a25639 Mon Sep 17 00:00:00 2001 From: Yishuai Li Date: Tue, 12 Aug 2025 05:56:33 +0000 Subject: [PATCH 09/17] macOS: ignore __MACOSX/ --- Global/macOS.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/macOS.gitignore b/Global/macOS.gitignore index 56bb5284..a4557fba 100644 --- a/Global/macOS.gitignore +++ b/Global/macOS.gitignore @@ -1,5 +1,6 @@ # General .DS_Store +__MACOSX/ .AppleDouble .LSOverride Icon[ ] From ca05a4dafd96ec7fe03b0aa5d284a4bebf0f59e9 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesinger Date: Sat, 23 Aug 2025 10:44:35 +0200 Subject: [PATCH 10/17] Move ModelSim out of Global directiory The ModelSim gitignore contains some broad ignores which might conflict with many other projects. --- Global/ModelSim.gitignore => ModelSim.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Global/ModelSim.gitignore => ModelSim.gitignore (100%) diff --git a/Global/ModelSim.gitignore b/ModelSim.gitignore similarity index 100% rename from Global/ModelSim.gitignore rename to ModelSim.gitignore From 949aaa81d968257b756ec1154728f3542d815413 Mon Sep 17 00:00:00 2001 From: Haden Wasserbaech Date: Mon, 25 Aug 2025 22:42:05 -0700 Subject: [PATCH 11/17] Remove trailing whitespace --- GitHubPages.gitignore | 2 +- IAR.gitignore | 92 ++++++++++++++--------------- Packer.gitignore | 6 +- Perl.gitignore | 2 +- Python.gitignore | 6 +- SSDT-sqlproj.gitignore | 62 +++++++++---------- Terraform.gitignore | 4 +- TwinCAT3.gitignore | 4 +- community/DotNet/Umbraco.gitignore | 2 +- community/NasaSpecsIntact.gitignore | 10 ++-- community/OpenTofu.gitignore | 4 +- community/UiPath.gitignore | 22 +++---- community/libogc.gitignore | 2 +- ecu.test.gitignore | 2 +- 14 files changed, 110 insertions(+), 110 deletions(-) diff --git a/GitHubPages.gitignore b/GitHubPages.gitignore index 493e69ba..807c07fc 100644 --- a/GitHubPages.gitignore +++ b/GitHubPages.gitignore @@ -11,7 +11,7 @@ _site/ /vendor # Specific ignore for GitHub Pages -# GitHub Pages will always use its own deployed version of pages-gem +# GitHub Pages will always use its own deployed version of pages-gem # This means GitHub Pages will NOT use your Gemfile.lock and therefore it is # counterproductive to check this file into the repository. # Details at https://github.com/github/pages-gem/issues/768 diff --git a/IAR.gitignore b/IAR.gitignore index a6f6f775..cb3fdf2c 100644 --- a/IAR.gitignore +++ b/IAR.gitignore @@ -1,47 +1,47 @@ -# Compiled binaries -*.o -*.bin -*.elf -*.hex -*.map -*.out -*.obj - -# Trash -*.bak -thumbs.db -*.~* - -# IAR Settings -**/settings/*.crun -**/settings/*.dbgdt -**/settings/*.cspy -**/settings/*.cspy.* -**/settings/*.xcl -**/settings/*.dni -**/settings/*.wsdt -**/settings/*.wspos - -# IAR Debug Exe -**/Exe/*.sim - -# IAR Debug Obj -**/Obj/*.pbd -**/Obj/*.pbd.* -**/Obj/*.pbi -**/Obj/*.pbi.* - -# IAR project "Debug" directory -Debug/ - -# IAR project "Release" directory -Release/ - -# IAR project settings directory -settings/ - -# IAR backup files -Backup* - -# IAR .dep files +# Compiled binaries +*.o +*.bin +*.elf +*.hex +*.map +*.out +*.obj + +# Trash +*.bak +thumbs.db +*.~* + +# IAR Settings +**/settings/*.crun +**/settings/*.dbgdt +**/settings/*.cspy +**/settings/*.cspy.* +**/settings/*.xcl +**/settings/*.dni +**/settings/*.wsdt +**/settings/*.wspos + +# IAR Debug Exe +**/Exe/*.sim + +# IAR Debug Obj +**/Obj/*.pbd +**/Obj/*.pbd.* +**/Obj/*.pbi +**/Obj/*.pbi.* + +# IAR project "Debug" directory +Debug/ + +# IAR project "Release" directory +Release/ + +# IAR project settings directory +settings/ + +# IAR backup files +Backup* + +# IAR .dep files *.dep \ No newline at end of file diff --git a/Packer.gitignore b/Packer.gitignore index 2cbc1ad0..caa24ec7 100644 --- a/Packer.gitignore +++ b/Packer.gitignore @@ -5,9 +5,9 @@ packer_cache/ crash.log # https://www.packer.io/guides/hcl/variables -# Exclude all .pkrvars.hcl files, which are likely to contain sensitive data, -# such as password, private keys, and other secrets. These should not be part of -# version control as they are data points which are potentially sensitive and +# Exclude all .pkrvars.hcl files, which are likely to contain sensitive data, +# such as password, private keys, and other secrets. These should not be part of +# version control as they are data points which are potentially sensitive and # subject to change depending on the environment. # *.pkrvars.hcl diff --git a/Perl.gitignore b/Perl.gitignore index 2bc7f649..79d77ce6 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -38,4 +38,4 @@ inc/ /local/ /.carmel/ # cpanfile.snapshot should generally be ignored for library code, otherwise included -# cpanfile.snapshot +# cpanfile.snapshot diff --git a/Python.gitignore b/Python.gitignore index 393702dd..5290d13b 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -131,7 +131,7 @@ __pypackages__/ celerybeat-schedule celerybeat.pid -# Redis +# Redis *.rdb *.aof *.pid @@ -195,9 +195,9 @@ cython_debug/ .abstra/ # Visual Studio Code -# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore +# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore -# and can be added to the global gitignore or merged into this file. However, if you prefer, +# and can be added to the global gitignore or merged into this file. However, if you prefer, # you could uncomment the following to ignore the entire vscode folder # .vscode/ diff --git a/SSDT-sqlproj.gitignore b/SSDT-sqlproj.gitignore index 558a1259..36c16598 100644 --- a/SSDT-sqlproj.gitignore +++ b/SSDT-sqlproj.gitignore @@ -1,31 +1,31 @@ -## Ignore Visual Studio SSDT sqlproj specific temporary files, build results, etc -## -## -## Get latest from https://github.com/github/gitignore/blob/master/SSDT-sqlproj.gitignore -# Build output -bin/ -obj/ - -# DACPAC files -*.dacpac - -# Publish profiles (optional, if environment-specific) -*.publish.xml - -# SQL Server debug files -*.dbmdl -*.sqlcmdvars - -# Visual Studio settings -.vs/ - -# User-specific files -*.user -*.suo -*.userosscache -*.sln.docstates - -# Backup files -*.bak -*.log - +## Ignore Visual Studio SSDT sqlproj specific temporary files, build results, etc +## +## +## Get latest from https://github.com/github/gitignore/blob/master/SSDT-sqlproj.gitignore +# Build output +bin/ +obj/ + +# DACPAC files +*.dacpac + +# Publish profiles (optional, if environment-specific) +*.publish.xml + +# SQL Server debug files +*.dbmdl +*.sqlcmdvars + +# Visual Studio settings +.vs/ + +# User-specific files +*.user +*.suo +*.userosscache +*.sln.docstates + +# Backup files +*.bak +*.log + diff --git a/Terraform.gitignore b/Terraform.gitignore index 4d91a6b4..78e7733b 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -10,8 +10,8 @@ crash.log crash.*.log # Exclude all .tfvars files, which are likely to contain sensitive data, such as -# password, private keys, and other secrets. These should not be part of version -# control as they are data points which are potentially sensitive and subject +# password, private keys, and other secrets. These should not be part of version +# control as they are data points which are potentially sensitive and subject # to change depending on the environment. *.tfvars *.tfvars.json diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 2339b3fa..6786d5e8 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -46,9 +46,9 @@ LineIDs.dbg.bak **/_Repository/ -# To include a specific library directory (i.e. third party/custom libs), +# To include a specific library directory (i.e. third party/custom libs), # use pattern `!/**/_Libraries//` i.e. `!/**/_Libraries/www.tcunit.org/` -# +# # VS Shell project specific files and folders **/.vs/ diff --git a/community/DotNet/Umbraco.gitignore b/community/DotNet/Umbraco.gitignore index f71b5709..260c7412 100644 --- a/community/DotNet/Umbraco.gitignore +++ b/community/DotNet/Umbraco.gitignore @@ -21,7 +21,7 @@ ## The [Mm]edia/ folder contains content. Content may vary by environment and should therefore not be added to source control. ## Uncomment this line if you think it fits the way you work on your project. -## **/[Mm]edia/ +## **/[Mm]edia/ # Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder) # Make sure to include details from VisualStudio.gitignore BEFORE this diff --git a/community/NasaSpecsIntact.gitignore b/community/NasaSpecsIntact.gitignore index be53af0e..626d1816 100644 --- a/community/NasaSpecsIntact.gitignore +++ b/community/NasaSpecsIntact.gitignore @@ -1,9 +1,9 @@ # gitignore template for Nasa SpecsIntact (SI) # Website: https://specsintact.ksc.nasa.gov/ # -# Recommended: +# Recommended: # MicrosoftOffice.gitignore -# +# # SpecsIntact (SI) Locking file; this would lock everyone out. *.se$ @@ -20,14 +20,14 @@ SUBMVER.* TTLDIFFS.* # SpecsIntact files that change a lot and don't actually affect SI -# PULL.TBL is an auto-generated file to help speed SI loading. +# PULL.TBL is an auto-generated file to help speed SI loading. PULL.TBL pulltbl.bck # Tailoring information. # Keep tailor.tag; it is a list of tailoring options in SI. -# JOB.OTL informs SI where a spec section came from. +# JOB.OTL informs SI where a spec section came from. # Keeping the old one isn't useful in git. JOB.OTL.OLD @@ -35,6 +35,6 @@ JOB.OTL.OLD # notebooks, and if so, OneNote will litter the SI folder with these. *.onetoc* -# Log files, typically tagfix or other auto generated logs that aren't useful +# Log files, typically tagfix or other auto generated logs that aren't useful # outside of the user that made them and clutter up the index. *.log diff --git a/community/OpenTofu.gitignore b/community/OpenTofu.gitignore index 0c736af6..8a7f7b76 100644 --- a/community/OpenTofu.gitignore +++ b/community/OpenTofu.gitignore @@ -10,8 +10,8 @@ crash.log crash.*.log # Exclude all .tfvars files, which are likely to contain sensitive data, such as -# password, private keys, and other secrets. These should not be part of version -# control as they are data points which are potentially sensitive and subject +# password, private keys, and other secrets. These should not be part of version +# control as they are data points which are potentially sensitive and subject # to change depending on the environment. *.tfvars *.tfvars.json diff --git a/community/UiPath.gitignore b/community/UiPath.gitignore index ef7754ae..0948dcc8 100644 --- a/community/UiPath.gitignore +++ b/community/UiPath.gitignore @@ -1,11 +1,11 @@ -# gitignore template for RPA development using UiPath Studio -# website: https://www.uipath.com/product/studio -# -# Recommended: n/a - -# Ignore folders that could cause issues if accidentally tracked -**/.local/** -**/.settings/** -**/.objects/** -**/.tmh/** -**/*.log +# gitignore template for RPA development using UiPath Studio +# website: https://www.uipath.com/product/studio +# +# Recommended: n/a + +# Ignore folders that could cause issues if accidentally tracked +**/.local/** +**/.settings/** +**/.objects/** +**/.tmh/** +**/*.log diff --git a/community/libogc.gitignore b/community/libogc.gitignore index 76e27406..facd7752 100644 --- a/community/libogc.gitignore +++ b/community/libogc.gitignore @@ -25,7 +25,7 @@ icon.png lib/ deps/ obj/ - + # Ignore operating system-specific files $RECYCLE.BIN/ .Trash-1000/ diff --git a/ecu.test.gitignore b/ecu.test.gitignore index 4514f440..fd495030 100644 --- a/ecu.test.gitignore +++ b/ecu.test.gitignore @@ -3,7 +3,7 @@ # * all directories are related to the default directories, please adapt the .gitignore if you use customized directories # Dynamic workspace settings -# * We don't recommend to ignore the .workspace directory, because of important +# * We don't recommend to ignore the .workspace directory, because of important # * project specific settings # * local user settings .workspace/ETdrive.xml From 34336c9d62e524ed5920c9aff857356013b01884 Mon Sep 17 00:00:00 2001 From: Navaneeth Anand Date: Sun, 31 Aug 2025 13:28:53 +0530 Subject: [PATCH 12/17] refine Vite entries --- Node.gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index 67512665..545a9657 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -134,10 +134,7 @@ dist !.yarn/sdks !.yarn/versions -# Vite logs files +# Vite files vite.config.js.timestamp-* vite.config.ts.timestamp-* - -# Vite-specific .vite/ -.env*.local From c9ae3d337ac1699d50589931b1923ecd431c6d59 Mon Sep 17 00:00:00 2001 From: YahyaAouledAmer Date: Sat, 6 Sep 2025 17:33:39 +0100 Subject: [PATCH 13/17] Remove .vscode rule --- Global/STM32CubeIDE.gitignore | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Global/STM32CubeIDE.gitignore b/Global/STM32CubeIDE.gitignore index 22f2bc8f..fc7ee5c7 100644 --- a/Global/STM32CubeIDE.gitignore +++ b/Global/STM32CubeIDE.gitignore @@ -18,11 +18,6 @@ # These are not necessary for version control. *.log -# Ignore VSCode configuration files. -# Useful if some team members use VSCode for development. -# If you want to share VSCode settings, comment out the following line. -.vscode/ - # Build files # Ignore build output directories. @@ -53,4 +48,4 @@ TouchGFX/simulator/msvs/.vs # Ignore temporary and backup files generated by the operating system and editor. # These are not needed in the repository. -*.bak \ No newline at end of file +*.bak From a19adfd688e3adb9112306f47d07df566d3e0a9f Mon Sep 17 00:00:00 2001 From: Angelo <12561505+yutamago@users.noreply.github.com> Date: Fri, 17 Oct 2025 11:29:23 +0200 Subject: [PATCH 14/17] Ignore GitHub Copilot migration files Add GitHub Copilot session migration files to .gitignore --- Global/JetBrains.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index a69eea4d..0c1302b4 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -81,3 +81,6 @@ http-client.private.env.json # Apifox Helper cache .idea/.cache/.Apifox_Helper .idea/ApifoxUploaderProjectSetting.xml + +# Github Copilot persisted session migrations, see: https://github.com/microsoft/copilot-intellij-feedback/issues/712#issuecomment-3322062215 +.idea/**/copilot.data.migration.*.xml From ed85cd93b0c3d7d37959ab2f950ac16ec7ea353f Mon Sep 17 00:00:00 2001 From: Mike Kistler Date: Sun, 19 Oct 2025 11:24:35 -0700 Subject: [PATCH 15/17] Add .env to gitignore for dotenv files --- Dotnet.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dotnet.gitignore b/Dotnet.gitignore index 35063fc7..fa3f1b24 100644 --- a/Dotnet.gitignore +++ b/Dotnet.gitignore @@ -36,6 +36,9 @@ ScaffoldingReadMe.txt # NuGet Symbol Packages *.snupkg +# dotenv environment variables file +.env* + # Others ~$* *~ @@ -51,4 +54,4 @@ CodeCoverage/ # NUnit *.VisualState.xml TestResult.xml -nunit-*.xml \ No newline at end of file +nunit-*.xml From 7ecf2d3e799b960950dfc3cb2e949c04c3b7cf77 Mon Sep 17 00:00:00 2001 From: Mike Kistler Date: Fri, 7 Nov 2025 14:02:24 -0800 Subject: [PATCH 16/17] Apply suggestion from @thorrsson --- Dotnet.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Dotnet.gitignore b/Dotnet.gitignore index fa3f1b24..40ecd6b6 100644 --- a/Dotnet.gitignore +++ b/Dotnet.gitignore @@ -38,6 +38,7 @@ ScaffoldingReadMe.txt # dotenv environment variables file .env* +!.env.example # Others ~$* From f0d151001c959e0a3a6917f5c24e3de455a05dd8 Mon Sep 17 00:00:00 2001 From: Mike Kistler Date: Mon, 10 Nov 2025 13:26:09 -0800 Subject: [PATCH 17/17] Apply suggestion from @thorrsson --- Dotnet.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dotnet.gitignore b/Dotnet.gitignore index 40ecd6b6..7282dbf2 100644 --- a/Dotnet.gitignore +++ b/Dotnet.gitignore @@ -37,8 +37,7 @@ ScaffoldingReadMe.txt *.snupkg # dotenv environment variables file -.env* -!.env.example +.env # Others ~$*