mirror of
https://github.com/github/gitignore.git
synced 2026-09-06 15:12:41 +02:00
Compare commits
No commits in common. "6b4026c2f01379bd9a7649d08f575350a121c41e" and "010b77ba772d5e99185701aba47d0de681a87e1c" have entirely different histories.
6b4026c2f0
...
010b77ba77
@ -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
|
||||||
|
|||||||
@ -2,7 +2,9 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
.AppleDouble
|
.AppleDouble
|
||||||
.LSOverride
|
.LSOverride
|
||||||
Icon[
]
|
|
||||||
|
# Icon must end with two \r
|
||||||
|
Icon
|
||||||
|
|
||||||
# Thumbnails
|
# Thumbnails
|
||||||
._*
|
._*
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
# Godot 4+ specific ignores
|
# Godot 4+ specific ignores
|
||||||
.godot/
|
.godot/
|
||||||
.nomedia
|
|
||||||
|
|
||||||
# Godot-specific ignores
|
# Godot-specific ignores
|
||||||
.import/
|
.import/
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -1,15 +0,0 @@
|
|||||||
# Remix compiler artifacts
|
|
||||||
**/artifacts/
|
|
||||||
**/artifacts/**
|
|
||||||
|
|
||||||
# Remix plugin state folders
|
|
||||||
deps/
|
|
||||||
states/
|
|
||||||
|
|
||||||
# Debug info
|
|
||||||
*.dbg.json
|
|
||||||
*.tsbuildinfo
|
|
||||||
|
|
||||||
# Optional
|
|
||||||
.env
|
|
||||||
.env.local
|
|
||||||
@ -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
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# Local .terraform directories
|
# Local .terraform directories
|
||||||
.terraform/
|
**/.terraform/*
|
||||||
|
|
||||||
# .tfstate files
|
# .tfstate files
|
||||||
*.tfstate
|
*.tfstate
|
||||||
|
|||||||
@ -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/
|
||||||
@ -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
|
||||||
|
|||||||
@ -155,7 +155,6 @@ coverage*.info
|
|||||||
|
|
||||||
# NCrunch
|
# NCrunch
|
||||||
_NCrunch_*
|
_NCrunch_*
|
||||||
.NCrunch_*
|
|
||||||
.*crunch*.local.xml
|
.*crunch*.local.xml
|
||||||
nCrunchTemp_*
|
nCrunchTemp_*
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +0,0 @@
|
|||||||
# local files are for host-specific overrides
|
|
||||||
.dotter/local.toml
|
|
||||||
|
|
||||||
# ignore caches
|
|
||||||
.dotter/cache.toml
|
|
||||||
.dotter/cache
|
|
||||||
Loading…
Reference in New Issue
Block a user