Compare commits
136 Commits
rmw-univer
...
main
Author | SHA1 | Date | |
---|---|---|---|
|
5445a27025 | ||
|
aa8a4bee25 | ||
|
ec0f03f241 | ||
|
4b771ac75a | ||
|
33243d9491 | ||
|
aa39d37629 | ||
|
fc32973012 | ||
|
ec4bac82f4 | ||
|
e624f8594a | ||
|
c22fd083e7 | ||
|
ec300b949b | ||
|
3a3cf7fad4 | ||
|
038a66091d | ||
|
14be7ece29 | ||
|
a30c2940f1 | ||
|
8779ee73af | ||
|
3674ae092f | ||
|
a74c28f4fa | ||
|
fbcb2e3f16 | ||
|
6c90ce580d | ||
|
5db49b3de9 | ||
|
403cf39f22 | ||
|
05b24f9fb5 | ||
|
b7450f4d3d | ||
|
5acb38ca8a | ||
|
3e8e195512 | ||
|
1c3dda043a | ||
|
0b566af6d7 | ||
|
6194787f31 | ||
|
fa2a44713f | ||
|
e95aa3fbbd | ||
|
b0546f349b | ||
|
a8237b3b9d | ||
|
d746fcc59d | ||
|
0b806ae7ff | ||
|
ef6cf7ff7b | ||
|
760dbfe9a6 | ||
|
745b639101 | ||
|
3af7bb0480 | ||
|
2df1162ba1 | ||
|
b982228d5d | ||
|
c3a6db3057 | ||
|
f8a96208ab | ||
|
dae1884ac1 | ||
|
6267e92c5a | ||
|
ffcf53b8d3 | ||
|
d3217fdb67 | ||
|
963cebd90c | ||
|
1ab38f03c9 | ||
|
a404348786 | ||
|
ebee5bfe87 | ||
|
c46dfda52a | ||
|
7b22f8ab6c | ||
|
d9b235245a | ||
|
a41112a9ab | ||
|
86ddbd59fe | ||
|
f0fc1da1b3 | ||
|
338eb82763 | ||
|
1e6efa6d03 | ||
|
3249072f3b | ||
|
893c558947 | ||
|
5fbacfc250 | ||
|
bfa56dc5d8 | ||
|
bb629fc14d | ||
|
716e3baab0 | ||
|
392ef565be | ||
|
a3a149d420 | ||
|
e8131b2a80 | ||
|
fc05d64d6d | ||
|
4488915eec | ||
|
d63f4b14ca | ||
|
e5323759e3 | ||
|
aa4079ebec | ||
|
d0b80a4699 | ||
|
5521afc90a | ||
|
1e19baaccf | ||
|
8e67b9420c | ||
|
35b656aa85 | ||
|
0481f3bda8 | ||
|
abbcca282f | ||
|
ce5da10a3a | ||
|
438cb4af67 | ||
|
d6c967b423 | ||
|
71eae06349 | ||
|
c0ca84849c | ||
|
af7786b54d | ||
|
ee46229d91 | ||
|
fe008384da | ||
|
72e20d957e | ||
|
6be6694c4f | ||
|
a4a6c5c9c2 | ||
|
85def25146 | ||
|
d7a25eddfb | ||
|
a05b60cf79 | ||
|
eabb6717d9 | ||
|
2d1ac6d804 | ||
|
bddea2c9bd | ||
|
b5bbbfbe11 | ||
|
8ea9c64701 | ||
|
821f001571 | ||
|
588c2aa4aa | ||
|
491040e88a | ||
|
2aeb7aa110 | ||
|
bcd7653776 | ||
|
752b7678db | ||
|
7ad34f7adb | ||
|
8ffd0cc30b | ||
|
e44e7efe05 | ||
|
c4c4369c8b | ||
|
71d40b91ac | ||
|
1d4e709db8 | ||
|
04a2b1443f | ||
|
96d6876653 | ||
|
18b210a4df | ||
|
2178fe8984 | ||
|
6039d07313 | ||
|
ff6c8c7d4d | ||
|
5a94995d0d | ||
|
1f7b9aa634 | ||
|
e8b37555af | ||
|
bf3f140cfa | ||
|
ce8bff3c4c | ||
|
39615e27f9 | ||
|
a81591327a | ||
|
f1484992a3 | ||
|
648f778196 | ||
|
75050167fd | ||
|
20fdee2f41 | ||
|
110e40ad2a | ||
|
978e301032 | ||
|
8b42a0d1e3 | ||
|
a0e05f9d08 | ||
|
f269918a08 | ||
|
f75292bf4d | ||
|
ff9596eb4c | ||
|
4f7ad979b9 |
10
.travis.yml
10
.travis.yml
@ -1,10 +0,0 @@
|
|||||||
language: ruby
|
|
||||||
|
|
||||||
sudo: false
|
|
||||||
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
|
|
||||||
script:
|
|
||||||
- ruby -e "puts 'Hello world!'"
|
|
@ -18,6 +18,9 @@ output.json
|
|||||||
# IntelliJ
|
# IntelliJ
|
||||||
*.iml
|
*.iml
|
||||||
.idea/
|
.idea/
|
||||||
|
misc.xml
|
||||||
|
deploymentTargetDropDown.xml
|
||||||
|
render.experimental.xml
|
||||||
|
|
||||||
# Keystore files
|
# Keystore files
|
||||||
*.jks
|
*.jks
|
||||||
|
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
|
@ -9,3 +9,4 @@ install_manifest.txt
|
|||||||
compile_commands.json
|
compile_commands.json
|
||||||
CTestTestfile.cmake
|
CTestTestfile.cmake
|
||||||
_deps
|
_deps
|
||||||
|
CMakeUserPresets.json
|
||||||
|
@ -26,6 +26,18 @@
|
|||||||
#*.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
|
||||||
|
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,4 +1,4 @@
|
|||||||
.vscode/
|
.vscode/*
|
||||||
!.vscode/settings.json
|
!.vscode/settings.json
|
||||||
!.vscode/tasks.json
|
!.vscode/tasks.json
|
||||||
!.vscode/launch.json
|
!.vscode/launch.json
|
||||||
|
@ -1,26 +1,2 @@
|
|||||||
# Xcode
|
|
||||||
#
|
|
||||||
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
|
||||||
|
|
||||||
## 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
|
|
||||||
|
|
||||||
## Gcc Patch
|
|
||||||
/*.gcno
|
|
||||||
|
@ -19,3 +19,7 @@
|
|||||||
|
|
||||||
# Go workspace file
|
# Go workspace file
|
||||||
go.work
|
go.work
|
||||||
|
go.work.sum
|
||||||
|
|
||||||
|
# env file
|
||||||
|
.env
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
# Godot 4+ specific ignores
|
||||||
|
.godot/
|
||||||
|
|
||||||
# Godot-specific ignores
|
# Godot-specific ignores
|
||||||
.import/
|
.import/
|
||||||
export.cfg
|
export.cfg
|
||||||
@ -9,3 +12,4 @@ export_presets.cfg
|
|||||||
# Mono-specific ignores
|
# Mono-specific ignores
|
||||||
.mono/
|
.mono/
|
||||||
data_*/
|
data_*/
|
||||||
|
mono_crash.*.json
|
||||||
|
@ -8,6 +8,9 @@ gradle-app.setting
|
|||||||
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
||||||
!gradle-wrapper.jar
|
!gradle-wrapper.jar
|
||||||
|
|
||||||
|
# Avoid ignore Gradle wrappper properties
|
||||||
|
!gradle-wrapper.properties
|
||||||
|
|
||||||
# Cache of project
|
# Cache of project
|
||||||
.gradletasknamecache
|
.gradletasknamecache
|
||||||
|
|
||||||
|
47
IAR.gitignore
Normal file
47
IAR.gitignore
Normal file
@ -0,0 +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
|
||||||
|
*.dep
|
@ -2,3 +2,6 @@ _site/
|
|||||||
.sass-cache/
|
.sass-cache/
|
||||||
.jekyll-cache/
|
.jekyll-cache/
|
||||||
.jekyll-metadata
|
.jekyll-metadata
|
||||||
|
# Ignore folders generated by Bundler
|
||||||
|
.bundle/
|
||||||
|
vendor/
|
||||||
|
@ -104,6 +104,9 @@ dist
|
|||||||
.temp
|
.temp
|
||||||
.cache
|
.cache
|
||||||
|
|
||||||
|
# Docusaurus cache and generated files
|
||||||
|
.docusaurus
|
||||||
|
|
||||||
# Serverless directories
|
# Serverless directories
|
||||||
.serverless/
|
.serverless/
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
@ -59,10 +42,3 @@ 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/
|
|
||||||
|
@ -4,5 +4,13 @@ packer_cache/
|
|||||||
# Crash log
|
# Crash log
|
||||||
crash.log
|
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
|
||||||
|
# subject to change depending on the environment.
|
||||||
|
#
|
||||||
|
*.pkrvars.hcl
|
||||||
|
|
||||||
# For built boxes
|
# For built boxes
|
||||||
*.box
|
*.box
|
||||||
|
@ -13,7 +13,7 @@ cover_db/
|
|||||||
# Devel::NYTProf
|
# Devel::NYTProf
|
||||||
nytprof.out
|
nytprof.out
|
||||||
|
|
||||||
# Dizt::Zilla
|
# Dist::Zilla
|
||||||
/.build/
|
/.build/
|
||||||
|
|
||||||
# Module::Build
|
# Module::Build
|
||||||
|
@ -101,7 +101,17 @@ ipython_config.py
|
|||||||
# 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
|
||||||
|
|
||||||
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
|
# pdm
|
||||||
|
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
|
||||||
|
#pdm.lock
|
||||||
|
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
|
||||||
|
# in version control.
|
||||||
|
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
|
||||||
|
.pdm.toml
|
||||||
|
.pdm-python
|
||||||
|
.pdm-build/
|
||||||
|
|
||||||
|
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
|
||||||
__pypackages__/
|
__pypackages__/
|
||||||
|
|
||||||
# Celery stuff
|
# Celery stuff
|
||||||
@ -145,7 +155,7 @@ dmypy.json
|
|||||||
cython_debug/
|
cython_debug/
|
||||||
|
|
||||||
# PyCharm
|
# PyCharm
|
||||||
# JetBrains specific template is maintainted 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.
|
||||||
|
7
Racket.gitignore
Normal file
7
Racket.gitignore
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
.DS_Store
|
||||||
|
compiled/
|
||||||
|
/doc/
|
||||||
|
*~
|
||||||
|
*.bak
|
||||||
|
\#*
|
||||||
|
.\#*
|
3
ReScript.gitignore
Normal file
3
ReScript.gitignore
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
/node_modules/
|
||||||
|
/lib/
|
||||||
|
.bsb.lock
|
@ -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
|
||||||
|
|
||||||
@ -66,10 +49,6 @@ 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.
|
||||||
@ -81,10 +60,3 @@ 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/
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -9,12 +9,12 @@
|
|||||||
crash.log
|
crash.log
|
||||||
crash.*.log
|
crash.*.log
|
||||||
|
|
||||||
# Exclude all .tfvars files, which are likely to contain sentitive data, such as
|
# 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
|
# 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
|
# control as they are data points which are potentially sensitive and subject
|
||||||
# to change depending on the environment.
|
# to change depending on the environment.
|
||||||
#
|
|
||||||
*.tfvars
|
*.tfvars
|
||||||
|
*.tfvars.json
|
||||||
|
|
||||||
# Ignore override files as they are usually used to override resources locally and so
|
# Ignore override files as they are usually used to override resources locally and so
|
||||||
# are not checked in
|
# are not checked in
|
||||||
@ -23,8 +23,10 @@ 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
|
||||||
|
|
||||||
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
|
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
|
||||||
|
@ -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/*
|
||||||
|
2
Zig.gitignore
Normal file
2
Zig.gitignore
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
.zig-cache/
|
||||||
|
zig-out/
|
4
community/AWS/CDK.gitignore
Normal file
4
community/AWS/CDK.gitignore
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# CDK asset staging directory.
|
||||||
|
# For more information about AWS-CDK, see https://docs.aws.amazon.com/cdk/
|
||||||
|
.cdk.staging/
|
||||||
|
cdk.out/
|
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
|
@ -34,3 +34,19 @@
|
|||||||
|
|
||||||
# Ignore the Models Builder models out of date flag
|
# Ignore the Models Builder models out of date flag
|
||||||
**/ood.flag
|
**/ood.flag
|
||||||
|
|
||||||
|
# NEW for version 9 .Net 5 (Core)
|
||||||
|
#ignore umbraco backoffice assest from wwwroot
|
||||||
|
**/wwwroot/umbraco/
|
||||||
|
|
||||||
|
# SQLite files
|
||||||
|
*.sqlite.db*
|
||||||
|
|
||||||
|
#ignore umbraco data/views/settings
|
||||||
|
**/umbraco/
|
||||||
|
|
||||||
|
#include default location for modelsbuilder output
|
||||||
|
!**/umbraco/models
|
||||||
|
|
||||||
|
#include default location for packages
|
||||||
|
!**/umbraco/Data/packages
|
38
community/DotNet/core.gitignore
Normal file
38
community/DotNet/core.gitignore
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
*.swp
|
||||||
|
*.*~
|
||||||
|
project.lock.json
|
||||||
|
.DS_Store
|
||||||
|
*.pyc
|
||||||
|
nupkg/
|
||||||
|
|
||||||
|
# Visual Studio Code
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
# Rider
|
||||||
|
.idea
|
||||||
|
|
||||||
|
# User-specific files
|
||||||
|
*.suo
|
||||||
|
*.user
|
||||||
|
*.userosscache
|
||||||
|
*.sln.docstates
|
||||||
|
|
||||||
|
# Build results
|
||||||
|
[Dd]ebug/
|
||||||
|
[Dd]ebugPublic/
|
||||||
|
[Rr]elease/
|
||||||
|
[Rr]eleases/
|
||||||
|
x64/
|
||||||
|
x86/
|
||||||
|
build/
|
||||||
|
bld/
|
||||||
|
[Bb]in/
|
||||||
|
[Oo]bj/
|
||||||
|
[Oo]ut/
|
||||||
|
msbuild.log
|
||||||
|
msbuild.err
|
||||||
|
msbuild.wrn
|
||||||
|
|
||||||
|
# Visual Studio 2015
|
||||||
|
.vs/
|
||||||
|
|
14
community/Hexo.gitignore
Normal file
14
community/Hexo.gitignore
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# 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*/
|
3
community/Nix.gitignore
Normal file
3
community/Nix.gitignore
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Ignore build outputs from performing a nix-build or `nix build` command
|
||||||
|
result
|
||||||
|
result-*
|
3
community/Terragrunt.gitignore
Normal file
3
community/Terragrunt.gitignore
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Ignore the default terragrunt cache directory
|
||||||
|
# https://terragrunt.gruntwork.io/docs/features/caching/
|
||||||
|
.terragrunt-cache
|
2
community/Toit.gitignore
Normal file
2
community/Toit.gitignore
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
.packages
|
||||||
|
*_pb.toit
|
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