mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
Compare commits
20 Commits
e3369a1beb
...
6c3fb4232a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c3fb4232a | ||
|
|
b4105e73e4 | ||
|
|
53fee13f20 | ||
|
|
01714f2f2d | ||
|
|
e07ecef472 | ||
|
|
96a44720e8 | ||
|
|
86922aee42 | ||
|
|
003ac16f8a | ||
|
|
f0d151001c | ||
|
|
7ecf2d3e79 | ||
|
|
63c110e757 | ||
|
|
ed85cd93b0 | ||
|
|
a19adfd688 | ||
|
|
fc6ce5da28 | ||
|
|
8fea4dc76a | ||
|
|
7bfab2ec5b | ||
|
|
c9ae3d337a | ||
|
|
b238aa7039 | ||
|
|
0ed6a1a3f1 | ||
|
|
20d892ae4f |
6
.github/workflows/stale.yml
vendored
6
.github/workflows/stale.yml
vendored
@ -21,10 +21,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
|
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
|
||||||
with:
|
with:
|
||||||
stale-pr-message: 'This PR is stale because there have been no updates in 90 days. It will close after 180 days of inactivity. Leave a comment if you want to keep it open :smile:'
|
stale-pr-message: 'This PR is stale because there have been no updates in 90 days. It will close after 365 days of inactivity. Leave a comment if you want to keep it open.'
|
||||||
close-pr-message: 'This PR has been closed because it was inactive for 180 days. If you want to continue working on it, please open a new PR.'
|
close-pr-message: 'This PR has been closed because it was inactive for 365 days. If you want to continue working on it, please open a new PR.'
|
||||||
days-before-stale: 90
|
days-before-stale: 90
|
||||||
days-before-close: 180
|
days-before-close: 365
|
||||||
stale-pr-label: 'stale'
|
stale-pr-label: 'stale'
|
||||||
exempt-pr-labels: 'keep'
|
exempt-pr-labels: 'keep'
|
||||||
close-issue-reason: not_planned
|
close-issue-reason: not_planned
|
||||||
|
|||||||
@ -21,6 +21,8 @@
|
|||||||
*.so
|
*.so
|
||||||
*.dylib
|
*.dylib
|
||||||
*.dll
|
*.dll
|
||||||
|
*.so.*
|
||||||
|
|
||||||
|
|
||||||
# Fortran module files
|
# Fortran module files
|
||||||
*.mod
|
*.mod
|
||||||
@ -37,5 +39,31 @@
|
|||||||
*.out
|
*.out
|
||||||
*.app
|
*.app
|
||||||
|
|
||||||
|
# Build directories
|
||||||
|
build/
|
||||||
|
Build/
|
||||||
|
build-*/
|
||||||
|
|
||||||
|
# CMake generated files
|
||||||
|
CMakeFiles/
|
||||||
|
CMakeCache.txt
|
||||||
|
cmake_install.cmake
|
||||||
|
Makefile
|
||||||
|
install_manifest.txt
|
||||||
|
compile_commands.json
|
||||||
|
|
||||||
|
# Temporary files
|
||||||
|
*.tmp
|
||||||
|
*.log
|
||||||
|
*.bak
|
||||||
|
*.swp
|
||||||
|
|
||||||
|
# vcpkg
|
||||||
|
vcpkg_installed/
|
||||||
|
|
||||||
# debug information files
|
# debug information files
|
||||||
*.dwo
|
*.dwo
|
||||||
|
|
||||||
|
# test output & cache
|
||||||
|
Testing/
|
||||||
|
.cache/
|
||||||
@ -36,6 +36,9 @@ ScaffoldingReadMe.txt
|
|||||||
# NuGet Symbol Packages
|
# NuGet Symbol Packages
|
||||||
*.snupkg
|
*.snupkg
|
||||||
|
|
||||||
|
# dotenv environment variables file
|
||||||
|
.env
|
||||||
|
|
||||||
# Others
|
# Others
|
||||||
~$*
|
~$*
|
||||||
*~
|
*~
|
||||||
|
|||||||
@ -81,3 +81,6 @@ http-client.private.env.json
|
|||||||
# Apifox Helper cache
|
# Apifox Helper cache
|
||||||
.idea/.cache/.Apifox_Helper
|
.idea/.cache/.Apifox_Helper
|
||||||
.idea/ApifoxUploaderProjectSetting.xml
|
.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
|
||||||
|
|||||||
51
Global/STM32CubeIDE.gitignore
Normal file
51
Global/STM32CubeIDE.gitignore
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
# 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
|
||||||
|
|
||||||
|
# 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
|
||||||
@ -126,6 +126,9 @@ dist
|
|||||||
# Stores VSCode versions used for testing VSCode extensions
|
# Stores VSCode versions used for testing VSCode extensions
|
||||||
.vscode-test
|
.vscode-test
|
||||||
|
|
||||||
|
# pnpm
|
||||||
|
.pnpm-store
|
||||||
|
|
||||||
# yarn v3
|
# yarn v3
|
||||||
.pnp.*
|
.pnp.*
|
||||||
.yarn/*
|
.yarn/*
|
||||||
|
|||||||
@ -27,8 +27,8 @@ share/python-wheels/
|
|||||||
MANIFEST
|
MANIFEST
|
||||||
|
|
||||||
# PyInstaller
|
# PyInstaller
|
||||||
# Usually these files are written by a python script from a template
|
# 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.
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
||||||
*.manifest
|
*.manifest
|
||||||
*.spec
|
*.spec
|
||||||
|
|
||||||
@ -92,34 +92,34 @@ ipython_config.py
|
|||||||
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
# 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
|
# having no cross-platform support, pipenv may install dependencies that don't work, or not
|
||||||
# install all needed dependencies.
|
# install all needed dependencies.
|
||||||
#Pipfile.lock
|
# Pipfile.lock
|
||||||
|
|
||||||
# UV
|
# UV
|
||||||
# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
|
# 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
|
# This is especially recommended for binary packages to ensure reproducibility, and is more
|
||||||
# commonly ignored for libraries.
|
# commonly ignored for libraries.
|
||||||
#uv.lock
|
# uv.lock
|
||||||
|
|
||||||
# poetry
|
# poetry
|
||||||
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
|
# 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
|
# This is especially recommended for binary packages to ensure reproducibility, and is more
|
||||||
# commonly ignored for libraries.
|
# commonly ignored for libraries.
|
||||||
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
|
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
|
||||||
#poetry.lock
|
# poetry.lock
|
||||||
#poetry.toml
|
# poetry.toml
|
||||||
|
|
||||||
# pdm
|
# pdm
|
||||||
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
|
# 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.
|
# 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
|
# https://pdm-project.org/en/latest/usage/project/#working-with-version-control
|
||||||
#pdm.lock
|
# pdm.lock
|
||||||
#pdm.toml
|
# pdm.toml
|
||||||
.pdm-python
|
.pdm-python
|
||||||
.pdm-build/
|
.pdm-build/
|
||||||
|
|
||||||
# pixi
|
# pixi
|
||||||
# Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control.
|
# 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
|
# 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.
|
# in the .venv directory. It is recommended not to include this directory in version control.
|
||||||
.pixi
|
.pixi
|
||||||
@ -182,23 +182,23 @@ dmypy.json
|
|||||||
cython_debug/
|
cython_debug/
|
||||||
|
|
||||||
# PyCharm
|
# PyCharm
|
||||||
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
# 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
|
# 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
|
# 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.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
# .idea/
|
||||||
|
|
||||||
# Abstra
|
# Abstra
|
||||||
# Abstra is an AI-powered process automation framework.
|
# Abstra is an AI-powered process automation framework.
|
||||||
# Ignore directories containing user credentials, local state, and settings.
|
# Ignore directories containing user credentials, local state, and settings.
|
||||||
# Learn more at https://abstra.io/docs
|
# Learn more at https://abstra.io/docs
|
||||||
.abstra/
|
.abstra/
|
||||||
|
|
||||||
# Visual Studio Code
|
# 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
|
# 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
|
# you could uncomment the following to ignore the entire vscode folder
|
||||||
# .vscode/
|
# .vscode/
|
||||||
|
|
||||||
# Ruff stuff:
|
# Ruff stuff:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user