mirror of
https://github.com/github/gitignore.git
synced 2026-09-03 13:47:17 +02:00
Compare commits
No commits in common. "8fac4a41b609fc443ce821f32f2ac2cbb01fc09f" and "58488ef086b6dbeb75a8fa8a2854b3cbb57f0b51" have entirely different histories.
8fac4a41b6
...
58488ef086
@ -1,11 +0,0 @@
|
|||||||
# generated files
|
|
||||||
target/
|
|
||||||
generated/
|
|
||||||
|
|
||||||
# dependencies
|
|
||||||
Dependencies.toml
|
|
||||||
|
|
||||||
# config files
|
|
||||||
Config.toml
|
|
||||||
# the config files used for testing, Uncomment the following line if you want to commit the test config files
|
|
||||||
#!**/tests/Config.toml
|
|
||||||
@ -9,4 +9,3 @@ install_manifest.txt
|
|||||||
compile_commands.json
|
compile_commands.json
|
||||||
CTestTestfile.cmake
|
CTestTestfile.cmake
|
||||||
_deps
|
_deps
|
||||||
CMakeUserPresets.json
|
|
||||||
|
|||||||
@ -26,18 +26,6 @@
|
|||||||
#*.obj
|
#*.obj
|
||||||
#
|
#
|
||||||
|
|
||||||
# Default Delphi compiler directories
|
|
||||||
# Content of this directories are generated with each Compile/Construct of a project.
|
|
||||||
# Most of the time, files here have not there place in a code repository.
|
|
||||||
#Win32/
|
|
||||||
#Win64/
|
|
||||||
#OSX64/
|
|
||||||
#OSXARM64/
|
|
||||||
#Android/
|
|
||||||
#Android64/
|
|
||||||
#iOSDevice64/
|
|
||||||
#Linux64/
|
|
||||||
|
|
||||||
# Delphi compiler-generated binaries (safe to delete)
|
# Delphi compiler-generated binaries (safe to delete)
|
||||||
*.exe
|
*.exe
|
||||||
*.dll
|
*.dll
|
||||||
|
|||||||
@ -1,62 +0,0 @@
|
|||||||
# gitignore template for ECU-TEST workspaces - by TraceTronic https://tracetronic.com
|
|
||||||
# website: https://www.ecu-test.com
|
|
||||||
# * 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 project specific settings
|
|
||||||
# local user settings
|
|
||||||
.workspace/ETdrive.xml
|
|
||||||
.workspace/favorites.xml
|
|
||||||
.workspace/filters.xml
|
|
||||||
.workspace/generators.xml
|
|
||||||
.workspace/history.xml
|
|
||||||
.workspace/parallelExecution.xml
|
|
||||||
.workspace/signalviewer.xml
|
|
||||||
.workspace/signalViewerHistory.json
|
|
||||||
.workspace/signalviewer2layout.xml
|
|
||||||
.workspace/testeditor.xml
|
|
||||||
.workspace/tooladapter.xml
|
|
||||||
.workspace/view.xml
|
|
||||||
# optional, if your process depends on this file remove exclusion
|
|
||||||
.workspace/interactiveexecution.xml
|
|
||||||
.workspace/pythonlibrary.xml
|
|
||||||
# deprecated, support for older versions
|
|
||||||
.workspace/traceexplorer.xml
|
|
||||||
|
|
||||||
# Custom file formats and test dependencies
|
|
||||||
# * you can manage your artifacts also with TEST-GUIDE (https://www.test-guide.info) and reference them via Playbooks
|
|
||||||
*.arxml
|
|
||||||
*.a2l
|
|
||||||
*.dbc
|
|
||||||
*.hex
|
|
||||||
*.s19
|
|
||||||
[tT]estdata
|
|
||||||
[tT]estdaten
|
|
||||||
|
|
||||||
# Test results and test execution related content
|
|
||||||
# * Git is not intended to store and provide test results for all iterations
|
|
||||||
# * We recommend to use TEST-GUIDE (https://www.test-guide.info) for the test report management
|
|
||||||
TestReports
|
|
||||||
|
|
||||||
# Report generators and templates
|
|
||||||
# * if you want to provide (f.e.) your own report generators exclude the directory here and ignore only the
|
|
||||||
# unnecessary subdirectories
|
|
||||||
Templates
|
|
||||||
|
|
||||||
# Exclude large binary artifacts
|
|
||||||
# * you can manage your artifacts also with TEST-GUIDE (https://www.test-guide.info) and reference them via Playbooks
|
|
||||||
Offline-FIUs
|
|
||||||
Offline-Models
|
|
||||||
Offline-SGBDs
|
|
||||||
*.exe
|
|
||||||
*.msi
|
|
||||||
*.zip
|
|
||||||
*.7z
|
|
||||||
|
|
||||||
# Exclude default and custom temporary directories
|
|
||||||
Backup_*
|
|
||||||
|
|
||||||
# Python bytecode and cache files
|
|
||||||
__pycache__/
|
|
||||||
*.py[cod]
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
# Firebase build and deployment files
|
|
||||||
/firebase-debug.log
|
|
||||||
/firebase-debug.*.log
|
|
||||||
.firebaserc
|
|
||||||
|
|
||||||
# Firebase Hosting
|
|
||||||
/firebase.json
|
|
||||||
*.cache
|
|
||||||
hosting/.cache
|
|
||||||
|
|
||||||
# Firebase Functions
|
|
||||||
/functions/node_modules/
|
|
||||||
/functions/.env
|
|
||||||
/functions/package-lock.json
|
|
||||||
|
|
||||||
# Firebase Emulators
|
|
||||||
/firebase-*.zip
|
|
||||||
/.firebase/
|
|
||||||
/emulator-ui/
|
|
||||||
|
|
||||||
# Logs
|
|
||||||
*.log
|
|
||||||
npm-debug.log*
|
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
|
|
||||||
# Environment files (local configs)
|
|
||||||
/.env.*
|
|
||||||
@ -1,18 +0,0 @@
|
|||||||
# This .gitignore is appropriate for repositories deployed to GitHub Pages and using
|
|
||||||
# a Gemfile as specified at https://github.com/github/pages-gem#conventional
|
|
||||||
|
|
||||||
# Basic Jekyll gitignores (synchronize to Jekyll.gitignore)
|
|
||||||
_site/
|
|
||||||
.sass-cache/
|
|
||||||
.jekyll-cache/
|
|
||||||
.jekyll-metadata
|
|
||||||
|
|
||||||
# Additional Ruby/bundler ignore for when you run: bundle install
|
|
||||||
/vendor
|
|
||||||
|
|
||||||
# Specific ignore for GitHub Pages
|
|
||||||
# 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
|
|
||||||
Gemfile.lock
|
|
||||||
@ -14,8 +14,6 @@
|
|||||||
*.lzma
|
*.lzma
|
||||||
*.cab
|
*.cab
|
||||||
*.xar
|
*.xar
|
||||||
*.zst
|
|
||||||
*.tzst
|
|
||||||
|
|
||||||
# Packing-only formats
|
# Packing-only formats
|
||||||
*.iso
|
*.iso
|
||||||
|
|||||||
@ -1,2 +1,6 @@
|
|||||||
## User settings
|
## User settings
|
||||||
xcuserdata/
|
xcuserdata/
|
||||||
|
|
||||||
|
## Xcode 8 and earlier
|
||||||
|
*.xcscmblueprint
|
||||||
|
*.xccheckout
|
||||||
|
|||||||
@ -19,7 +19,3 @@
|
|||||||
|
|
||||||
# Go workspace file
|
# Go workspace file
|
||||||
go.work
|
go.work
|
||||||
go.work.sum
|
|
||||||
|
|
||||||
# env file
|
|
||||||
.env
|
|
||||||
|
|||||||
@ -1,47 +0,0 @@
|
|||||||
# 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
|
|
||||||
@ -16,8 +16,6 @@ _autosave-*
|
|||||||
*-save.pro
|
*-save.pro
|
||||||
*-save.kicad_pcb
|
*-save.kicad_pcb
|
||||||
fp-info-cache
|
fp-info-cache
|
||||||
~*.lck
|
|
||||||
\#auto_saved_files#
|
|
||||||
|
|
||||||
# Netlist files (exported from Eeschema)
|
# Netlist files (exported from Eeschema)
|
||||||
*.net
|
*.net
|
||||||
|
|||||||
@ -1,27 +0,0 @@
|
|||||||
# Compiled class file
|
|
||||||
*.class
|
|
||||||
|
|
||||||
# Log file
|
|
||||||
*.log
|
|
||||||
|
|
||||||
# BlueJ files
|
|
||||||
*.ctxt
|
|
||||||
|
|
||||||
# Mobile Tools for Java (J2ME)
|
|
||||||
.mtj.tmp/
|
|
||||||
|
|
||||||
# Package Files #
|
|
||||||
*.jar
|
|
||||||
*.war
|
|
||||||
*.nar
|
|
||||||
*.ear
|
|
||||||
*.zip
|
|
||||||
*.tar.gz
|
|
||||||
*.rar
|
|
||||||
|
|
||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
||||||
hs_err_pid*
|
|
||||||
replay_pid*
|
|
||||||
|
|
||||||
# Kotlin Gradle plugin data, see https://kotlinlang.org/docs/whatsnew20.html#new-directory-for-kotlin-data-in-gradle-projects
|
|
||||||
.kotlin/
|
|
||||||
1
Kotlin.gitignore
Symbolic link
1
Kotlin.gitignore
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
Java.gitignore
|
||||||
@ -21,10 +21,3 @@ Homestead.yaml
|
|||||||
Homestead.json
|
Homestead.json
|
||||||
/.vagrant
|
/.vagrant
|
||||||
.phpunit.result.cache
|
.phpunit.result.cache
|
||||||
|
|
||||||
/public/build
|
|
||||||
/storage/pail
|
|
||||||
.env.backup
|
|
||||||
.env.production
|
|
||||||
.phpactor.json
|
|
||||||
auth.json
|
|
||||||
|
|||||||
@ -1,42 +0,0 @@
|
|||||||
# Modelica - an object-oriented language for modeling of cyber-physical systems
|
|
||||||
# https://modelica.org/
|
|
||||||
# Ignore temporary files, build results, simulation files
|
|
||||||
|
|
||||||
## Modelica-specific files
|
|
||||||
*~
|
|
||||||
*.bak
|
|
||||||
*.bak-mo
|
|
||||||
*.mof
|
|
||||||
\#*\#
|
|
||||||
*.moe
|
|
||||||
*.mol
|
|
||||||
|
|
||||||
## Build artefacts
|
|
||||||
*.exe
|
|
||||||
*.exp
|
|
||||||
*.o
|
|
||||||
*.pyc
|
|
||||||
|
|
||||||
## Simulation files
|
|
||||||
*.mat
|
|
||||||
|
|
||||||
## Package files
|
|
||||||
*.gz
|
|
||||||
*.rar
|
|
||||||
*.tar
|
|
||||||
*.zip
|
|
||||||
|
|
||||||
## Dymola-specific files
|
|
||||||
buildlog.txt
|
|
||||||
dsfinal.txt
|
|
||||||
dsin.txt
|
|
||||||
dslog.txt
|
|
||||||
dsmodel*
|
|
||||||
dsres.txt
|
|
||||||
dymosim*
|
|
||||||
request
|
|
||||||
stat
|
|
||||||
status
|
|
||||||
stop
|
|
||||||
success
|
|
||||||
*.
|
|
||||||
@ -104,12 +104,6 @@ dist
|
|||||||
.temp
|
.temp
|
||||||
.cache
|
.cache
|
||||||
|
|
||||||
# vitepress build output
|
|
||||||
**/.vitepress/dist
|
|
||||||
|
|
||||||
# vitepress cache directory
|
|
||||||
**/.vitepress/cache
|
|
||||||
|
|
||||||
# Docusaurus cache and generated files
|
# Docusaurus cache and generated files
|
||||||
.docusaurus
|
.docusaurus
|
||||||
|
|
||||||
|
|||||||
@ -5,6 +5,23 @@
|
|||||||
## User settings
|
## User settings
|
||||||
xcuserdata/
|
xcuserdata/
|
||||||
|
|
||||||
|
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
|
||||||
|
*.xcscmblueprint
|
||||||
|
*.xccheckout
|
||||||
|
|
||||||
|
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
|
||||||
|
build/
|
||||||
|
DerivedData/
|
||||||
|
*.moved-aside
|
||||||
|
*.pbxuser
|
||||||
|
!default.pbxuser
|
||||||
|
*.mode1v3
|
||||||
|
!default.mode1v3
|
||||||
|
*.mode2v3
|
||||||
|
!default.mode2v3
|
||||||
|
*.perspectivev3
|
||||||
|
!default.perspectivev3
|
||||||
|
|
||||||
## Obj-C/Swift specific
|
## Obj-C/Swift specific
|
||||||
*.hmap
|
*.hmap
|
||||||
|
|
||||||
@ -42,3 +59,10 @@ fastlane/report.xml
|
|||||||
fastlane/Preview.html
|
fastlane/Preview.html
|
||||||
fastlane/screenshots/**/*.png
|
fastlane/screenshots/**/*.png
|
||||||
fastlane/test_output
|
fastlane/test_output
|
||||||
|
|
||||||
|
# Code Injection
|
||||||
|
#
|
||||||
|
# After new code Injection tools there's a generated folder /iOSInjectionProject
|
||||||
|
# https://github.com/johnno1962/injectionforxcode
|
||||||
|
|
||||||
|
iOSInjectionProject/
|
||||||
|
|||||||
@ -94,12 +94,6 @@ ipython_config.py
|
|||||||
# install all needed dependencies.
|
# 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
|
|
||||||
|
|
||||||
# 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
|
||||||
@ -112,10 +106,8 @@ ipython_config.py
|
|||||||
#pdm.lock
|
#pdm.lock
|
||||||
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
|
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
|
||||||
# in version control.
|
# in version control.
|
||||||
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
|
# https://pdm.fming.dev/#use-with-ide
|
||||||
.pdm.toml
|
.pdm.toml
|
||||||
.pdm-python
|
|
||||||
.pdm-build/
|
|
||||||
|
|
||||||
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
|
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
|
||||||
__pypackages__/
|
__pypackages__/
|
||||||
@ -166,9 +158,3 @@ cython_debug/
|
|||||||
# 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/
|
||||||
|
|
||||||
# Ruff stuff:
|
|
||||||
.ruff_cache/
|
|
||||||
|
|
||||||
# PyPI configuration file
|
|
||||||
.pypirc
|
|
||||||
|
|||||||
@ -13,7 +13,7 @@ the following resources are a great place to start:
|
|||||||
|
|
||||||
[man]: http://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/Git-Basics-Recording-Changes-to-the-Repository#_ignoring
|
||||||
[progit]: http://git-scm.com/book
|
[progit]: http://git-scm.com/book
|
||||||
|
|
||||||
## Folder structure
|
## Folder structure
|
||||||
|
|||||||
@ -1,3 +0,0 @@
|
|||||||
/node_modules/
|
|
||||||
/lib/
|
|
||||||
.bsb.lock
|
|
||||||
@ -3,15 +3,12 @@
|
|||||||
debug/
|
debug/
|
||||||
target/
|
target/
|
||||||
|
|
||||||
|
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
||||||
|
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
||||||
|
Cargo.lock
|
||||||
|
|
||||||
# These are backup files generated by rustfmt
|
# These are backup files generated by rustfmt
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
|
|
||||||
# MSVC Windows builds of rustc generate these, which store debugging information
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
||||||
*.pdb
|
*.pdb
|
||||||
|
|
||||||
# RustRover
|
|
||||||
# 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/
|
|
||||||
@ -5,6 +5,23 @@
|
|||||||
## User settings
|
## User settings
|
||||||
xcuserdata/
|
xcuserdata/
|
||||||
|
|
||||||
|
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
|
||||||
|
*.xcscmblueprint
|
||||||
|
*.xccheckout
|
||||||
|
|
||||||
|
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
|
||||||
|
build/
|
||||||
|
DerivedData/
|
||||||
|
*.moved-aside
|
||||||
|
*.pbxuser
|
||||||
|
!default.pbxuser
|
||||||
|
*.mode1v3
|
||||||
|
!default.mode1v3
|
||||||
|
*.mode2v3
|
||||||
|
!default.mode2v3
|
||||||
|
*.perspectivev3
|
||||||
|
!default.perspectivev3
|
||||||
|
|
||||||
## Obj-C/Swift specific
|
## Obj-C/Swift specific
|
||||||
*.hmap
|
*.hmap
|
||||||
|
|
||||||
@ -49,6 +66,10 @@ playground.xcworkspace
|
|||||||
|
|
||||||
Carthage/Build/
|
Carthage/Build/
|
||||||
|
|
||||||
|
# Accio dependency management
|
||||||
|
Dependencies/
|
||||||
|
.accio/
|
||||||
|
|
||||||
# fastlane
|
# fastlane
|
||||||
#
|
#
|
||||||
# It is recommended to not store the screenshots in the git repo.
|
# It is recommended to not store the screenshots in the git repo.
|
||||||
@ -60,3 +81,10 @@ fastlane/report.xml
|
|||||||
fastlane/Preview.html
|
fastlane/Preview.html
|
||||||
fastlane/screenshots/**/*.png
|
fastlane/screenshots/**/*.png
|
||||||
fastlane/test_output
|
fastlane/test_output
|
||||||
|
|
||||||
|
# Code Injection
|
||||||
|
#
|
||||||
|
# After new code Injection tools there's a generated folder /iOSInjectionProject
|
||||||
|
# https://github.com/johnno1962/injectionforxcode
|
||||||
|
|
||||||
|
iOSInjectionProject/
|
||||||
|
|||||||
@ -26,7 +26,6 @@
|
|||||||
|
|
||||||
## Bibliography auxiliary files (bibtex/biblatex/biber):
|
## Bibliography auxiliary files (bibtex/biblatex/biber):
|
||||||
*.bbl
|
*.bbl
|
||||||
*.bbl-SAVE-ERROR
|
|
||||||
*.bcf
|
*.bcf
|
||||||
*.blg
|
*.blg
|
||||||
*-blx.aux
|
*-blx.aux
|
||||||
@ -40,8 +39,6 @@
|
|||||||
*.synctex.gz
|
*.synctex.gz
|
||||||
*.synctex.gz(busy)
|
*.synctex.gz(busy)
|
||||||
*.pdfsync
|
*.pdfsync
|
||||||
*.rubbercache
|
|
||||||
rubber.cache
|
|
||||||
|
|
||||||
## Build tool directories for auxiliary files
|
## Build tool directories for auxiliary files
|
||||||
# latexrun
|
# latexrun
|
||||||
@ -141,9 +138,6 @@ acs-*.bib
|
|||||||
*.trc
|
*.trc
|
||||||
*.xref
|
*.xref
|
||||||
|
|
||||||
# hypdoc
|
|
||||||
*.hd
|
|
||||||
|
|
||||||
# hyperref
|
# hyperref
|
||||||
*.brf
|
*.brf
|
||||||
|
|
||||||
|
|||||||
@ -23,9 +23,6 @@ override.tf.json
|
|||||||
*_override.tf
|
*_override.tf
|
||||||
*_override.tf.json
|
*_override.tf.json
|
||||||
|
|
||||||
# Ignore transient lock info files created by terraform apply
|
|
||||||
.terraform.tfstate.lock.info
|
|
||||||
|
|
||||||
# Include override files you do wish to add to version control using negated pattern
|
# Include override files you do wish to add to version control using negated pattern
|
||||||
# !example_override.tf
|
# !example_override.tf
|
||||||
|
|
||||||
|
|||||||
@ -59,7 +59,6 @@ sysinfo.txt
|
|||||||
*.apk
|
*.apk
|
||||||
*.aab
|
*.aab
|
||||||
*.unitypackage
|
*.unitypackage
|
||||||
*.unitypackage.meta
|
|
||||||
*.app
|
*.app
|
||||||
|
|
||||||
# Crashlytics generated file
|
# Crashlytics generated file
|
||||||
|
|||||||
@ -47,7 +47,7 @@ SourceArt/**/*.tga
|
|||||||
|
|
||||||
# Binary Files
|
# Binary Files
|
||||||
Binaries/*
|
Binaries/*
|
||||||
Plugins/**/Binaries/*
|
Plugins/*/Binaries/*
|
||||||
|
|
||||||
# Builds
|
# Builds
|
||||||
Build/*
|
Build/*
|
||||||
@ -68,7 +68,7 @@ Saved/*
|
|||||||
|
|
||||||
# Compiled source files for the engine to use
|
# Compiled source files for the engine to use
|
||||||
Intermediate/*
|
Intermediate/*
|
||||||
Plugins/**/Intermediate/*
|
Plugins/*/Intermediate/*
|
||||||
|
|
||||||
# Cache files for the editor to use
|
# Cache files for the editor to use
|
||||||
DerivedDataCache/*
|
DerivedDataCache/*
|
||||||
|
|||||||
@ -82,8 +82,6 @@ StyleCopReport.xml
|
|||||||
*.pgc
|
*.pgc
|
||||||
*.pgd
|
*.pgd
|
||||||
*.rsp
|
*.rsp
|
||||||
# but not Directory.Build.rsp, as it configures directory-level build defaults
|
|
||||||
!Directory.Build.rsp
|
|
||||||
*.sbr
|
*.sbr
|
||||||
*.tlb
|
*.tlb
|
||||||
*.tli
|
*.tli
|
||||||
|
|||||||
@ -1,2 +0,0 @@
|
|||||||
.zig-cache/
|
|
||||||
zig-out/
|
|
||||||
@ -1,44 +0,0 @@
|
|||||||
# gitignore template for Alteryx Designer
|
|
||||||
# website: https://www.alteryx.com/
|
|
||||||
# website: https://help.alteryx.com/current/designer/alteryx-file-types
|
|
||||||
|
|
||||||
# Alteryx Data Files
|
|
||||||
*.yxdb
|
|
||||||
*.cydb
|
|
||||||
*.cyidx
|
|
||||||
*.rptx
|
|
||||||
*.vvf
|
|
||||||
*.aws
|
|
||||||
|
|
||||||
# Alteryx Special Files
|
|
||||||
*.yxwv
|
|
||||||
*.yxft
|
|
||||||
*.yxbe
|
|
||||||
*.bak
|
|
||||||
*.pcxml
|
|
||||||
*.log
|
|
||||||
*.bin
|
|
||||||
*.yxlang
|
|
||||||
CASS.ini
|
|
||||||
|
|
||||||
# Alteryx License Files
|
|
||||||
*.yxlc
|
|
||||||
*.slc
|
|
||||||
*.cylc
|
|
||||||
*.alc
|
|
||||||
*.gzlc
|
|
||||||
|
|
||||||
## gitignore reference sites
|
|
||||||
# https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring
|
|
||||||
# https://git-scm.com/docs/gitignore
|
|
||||||
# https://help.github.com/articles/ignoring-files/
|
|
||||||
|
|
||||||
## Useful knowledge from stackoverflow
|
|
||||||
# Even if you haven't tracked the files so far, git seems to be able to "know" about them even after you add them to .gitignore.
|
|
||||||
# WARNING: First commit your current changes, or you will lose them.
|
|
||||||
# Then run the following commands from the top folder of your git repo:
|
|
||||||
# git rm -r --cached .
|
|
||||||
# git add .
|
|
||||||
# git commit -m "fixed untracked files"
|
|
||||||
|
|
||||||
# author: Kacper Ksieski
|
|
||||||
@ -1,31 +0,0 @@
|
|||||||
# gitignore template for B&R Automation Studio (AS) 4
|
|
||||||
# website: https://www.br-automation.com/en-us/products/software/automation-software/automation-studio/
|
|
||||||
|
|
||||||
# AS temporary directories
|
|
||||||
Binaries/
|
|
||||||
Diagnosis/
|
|
||||||
Temp/
|
|
||||||
TempObjects/
|
|
||||||
|
|
||||||
# AS transfer files
|
|
||||||
*artransfer.br
|
|
||||||
*arTrsfmode.nv
|
|
||||||
|
|
||||||
# 'ignored' directory
|
|
||||||
ignored/
|
|
||||||
|
|
||||||
# ARNC0ext
|
|
||||||
*arnc0ext.br
|
|
||||||
|
|
||||||
# AS File types
|
|
||||||
*.bak
|
|
||||||
*.isopen
|
|
||||||
*.orig
|
|
||||||
*.log
|
|
||||||
*.asar
|
|
||||||
*.csvlog*
|
|
||||||
*.set
|
|
||||||
!**/Physical/**/*.set
|
|
||||||
|
|
||||||
# RevInfo variables
|
|
||||||
*RevInfo.var
|
|
||||||
@ -1,14 +0,0 @@
|
|||||||
# gitignore template for Hexo sites
|
|
||||||
# website: https://hexo.io/
|
|
||||||
# Recommended: Node.gitignore
|
|
||||||
|
|
||||||
# Ignore generated directory
|
|
||||||
public/
|
|
||||||
|
|
||||||
# Ignore temp files
|
|
||||||
tmp/
|
|
||||||
.tmp*
|
|
||||||
|
|
||||||
# additional files
|
|
||||||
db.json
|
|
||||||
.deploy*/
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
# Generated by Move
|
|
||||||
# will have compiled files
|
|
||||||
build/
|
|
||||||
|
|
||||||
# Remove possibly saving credentials to the git repository
|
|
||||||
.aptos/
|
|
||||||
@ -1,42 +0,0 @@
|
|||||||
# Local .terraform directories
|
|
||||||
**/.terraform/*
|
|
||||||
|
|
||||||
# .tfstate files
|
|
||||||
*.tfstate
|
|
||||||
*.tfstate.*
|
|
||||||
|
|
||||||
# Crash log files
|
|
||||||
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
|
|
||||||
# to change depending on the environment.
|
|
||||||
*.tfvars
|
|
||||||
*.tfvars.json
|
|
||||||
|
|
||||||
# Ignore override files as they are usually used to override resources locally and so
|
|
||||||
# are not checked in
|
|
||||||
override.tf
|
|
||||||
override.tofu
|
|
||||||
override.tf.json
|
|
||||||
override.tofu.json
|
|
||||||
*_override.tf
|
|
||||||
*_override.tofu
|
|
||||||
*_override.tf.json
|
|
||||||
*_override.tofu.json
|
|
||||||
|
|
||||||
# Ignore transient lock info files created by tofu apply
|
|
||||||
.terraform.tfstate.lock.info
|
|
||||||
|
|
||||||
# Include override files you do wish to add to version control using negated pattern
|
|
||||||
# !example_override.tf
|
|
||||||
# !example_override.tofu
|
|
||||||
|
|
||||||
# Include tfplan files to ignore the plan output of command: tofu plan -out=tfplan
|
|
||||||
# example: *tfplan*
|
|
||||||
|
|
||||||
# Ignore CLI configuration files
|
|
||||||
.terraformrc
|
|
||||||
terraform.rc
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
# Ignore the default terragrunt cache directory
|
|
||||||
# https://terragrunt.gruntwork.io/docs/features/caching/
|
|
||||||
.terragrunt-cache
|
|
||||||
@ -1,11 +0,0 @@
|
|||||||
# 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
|
|
||||||
Loading…
Reference in New Issue
Block a user