Merge branch 'main' into patch-1
This commit is contained in:
commit
e95aa3fbbd
11
Ballerina.gitignore
Normal file
11
Ballerina.gitignore
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# 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
|
18
GitHubPages.gitignore
Normal file
18
GitHubPages.gitignore
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# 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,6 +14,8 @@
|
|||||||
*.lzma
|
*.lzma
|
||||||
*.cab
|
*.cab
|
||||||
*.xar
|
*.xar
|
||||||
|
*.zst
|
||||||
|
*.tzst
|
||||||
|
|
||||||
# Packing-only formats
|
# Packing-only formats
|
||||||
*.iso
|
*.iso
|
||||||
|
@ -1,6 +1,2 @@
|
|||||||
## User settings
|
## User settings
|
||||||
xcuserdata/
|
xcuserdata/
|
||||||
|
|
||||||
## Xcode 8 and earlier
|
|
||||||
*.xcscmblueprint
|
|
||||||
*.xccheckout
|
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
# Go workspace file
|
# Go workspace file
|
||||||
go.work
|
go.work
|
||||||
|
go.work.sum
|
||||||
|
|
||||||
# env file
|
# env file
|
||||||
.env
|
.env
|
||||||
|
@ -5,23 +5,6 @@
|
|||||||
## 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
|
||||||
|
|
||||||
|
@ -106,8 +106,10 @@ 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/#use-with-ide
|
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
|
||||||
.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__/
|
||||||
|
@ -12,3 +12,10 @@ Cargo.lock
|
|||||||
|
|
||||||
# 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,23 +5,6 @@
|
|||||||
## 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
|
||||||
|
|
||||||
|
@ -39,6 +39,8 @@
|
|||||||
*.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
|
||||||
@ -138,6 +140,9 @@ acs-*.bib
|
|||||||
*.trc
|
*.trc
|
||||||
*.xref
|
*.xref
|
||||||
|
|
||||||
|
# hypdoc
|
||||||
|
*.hd
|
||||||
|
|
||||||
# hyperref
|
# hyperref
|
||||||
*.brf
|
*.brf
|
||||||
|
|
||||||
|
@ -23,6 +23,9 @@ 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
|
||||||
|
|
||||||
|
@ -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/*
|
||||||
|
44
community/Alteryx.gitignore
Normal file
44
community/Alteryx.gitignore
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
# 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-Files
|
||||||
|
# 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
|
11
community/UiPath.gitignore
Normal file
11
community/UiPath.gitignore
Normal file
@ -0,0 +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
|
Loading…
Reference in New Issue
Block a user