···11+# gitignore template for Alteryx Designer
22+# website: https://www.alteryx.com/
33+# website: https://help.alteryx.com/current/designer/alteryx-file-types
44+55+# Alteryx Data Files
66+*.yxdb
77+*.cydb
88+*.cyidx
99+*.rptx
1010+*.vvf
1111+*.aws
1212+1313+# Alteryx Special Files
1414+*.yxwv
1515+*.yxft
1616+*.yxbe
1717+*.bak
1818+*.pcxml
1919+*.log
2020+*.bin
2121+*.yxlang
2222+CASS.ini
2323+2424+# Alteryx License Files
2525+*.yxlc
2626+*.slc
2727+*.cylc
2828+*.alc
2929+*.gzlc
3030+3131+## gitignore reference sites
3232+# https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#Ignoring-Files
3333+# https://git-scm.com/docs/gitignore
3434+# https://help.github.com/articles/ignoring-files/
3535+3636+## Useful knowledge from stackoverflow
3737+# 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.
3838+# WARNING: First commit your current changes, or you will lose them.
3939+# Then run the following commands from the top folder of your git repo:
4040+# git rm -r --cached .
4141+# git add .
4242+# git commit -m "fixed untracked files"
4343+4444+# author: Kacper Ksieski
···11+# generated files
22+target/
33+generated/
44+55+# dependencies
66+Dependencies.toml
77+88+# config files
99+Config.toml
1010+# the config files used for testing, Uncomment the following line if you want to commit the test config files
1111+#!**/tests/Config.toml
···2626#*.obj
2727#
28282929+# Default Delphi compiler directories
3030+# Content of this directories are generated with each Compile/Construct of a project.
3131+# Most of the time, files here have not there place in a code repository.
3232+#Win32/
3333+#Win64/
3434+#OSX64/
3535+#OSXARM64/
3636+#Android/
3737+#Android64/
3838+#iOSDevice64/
3939+#Linux64/
4040+2941# Delphi compiler-generated binaries (safe to delete)
3042*.exe
3143*.dll
+18
options/gitignore/GitHubPages
···11+# This .gitignore is appropriate for repositories deployed to GitHub Pages and using
22+# a Gemfile as specified at https://github.com/github/pages-gem#conventional
33+44+# Basic Jekyll gitignores (synchronize to Jekyll.gitignore)
55+_site/
66+.sass-cache/
77+.jekyll-cache/
88+.jekyll-metadata
99+1010+# Additional Ruby/bundler ignore for when you run: bundle install
1111+/vendor
1212+1313+# Specific ignore for GitHub Pages
1414+# GitHub Pages will always use its own deployed version of pages-gem
1515+# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is
1616+# counterproductive to check this file into the repository.
1717+# Details at https://github.com/github/pages-gem/issues/768
1818+Gemfile.lock
+3
options/gitignore/Go
···2020# Go workspace file
2121go.work
2222go.work.sum
2323+2424+# env file
2525+.env
-17
options/gitignore/Objective-C
···55## User settings
66xcuserdata/
7788-## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
99-*.xcscmblueprint
1010-*.xccheckout
1111-1212-## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
1313-build/
1414-DerivedData/
1515-*.moved-aside
1616-*.pbxuser
1717-!default.pbxuser
1818-*.mode1v3
1919-!default.mode1v3
2020-*.mode2v3
2121-!default.mode2v3
2222-*.perspectivev3
2323-!default.perspectivev3
2424-258## Obj-C/Swift specific
269*.hmap
2710
+7
options/gitignore/Rust
···12121313# MSVC Windows builds of rustc generate these, which store debugging information
1414*.pdb
1515+1616+# RustRover
1717+# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
1818+# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
1919+# and can be added to the global gitignore or merged into this file. For a more nuclear
2020+# option (not recommended) you can uncomment the following to ignore the entire idea folder.
2121+#.idea/
-28
options/gitignore/Swift
···55## User settings
66xcuserdata/
7788-## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
99-*.xcscmblueprint
1010-*.xccheckout
1111-1212-## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
1313-build/
1414-DerivedData/
1515-*.moved-aside
1616-*.pbxuser
1717-!default.pbxuser
1818-*.mode1v3
1919-!default.mode1v3
2020-*.mode2v3
2121-!default.mode2v3
2222-*.perspectivev3
2323-!default.perspectivev3
2424-258## Obj-C/Swift specific
269*.hmap
2710···66496750Carthage/Build/
68516969-# Accio dependency management
7070-Dependencies/
7171-.accio/
7272-7352# fastlane
7453#
7554# It is recommended to not store the screenshots in the git repo.
···8160fastlane/Preview.html
8261fastlane/screenshots/**/*.png
8362fastlane/test_output
8484-8585-# Code Injection
8686-#
8787-# After new code Injection tools there's a generated folder /iOSInjectionProject
8888-# https://github.com/johnno1962/injectionforxcode
8989-9090-iOSInjectionProject/
···2323*_override.tf
2424*_override.tf.json
25252626+# Ignore transient lock info files created by terraform apply
2727+.terraform.tfstate.lock.info
2828+2629# Include override files you do wish to add to version control using negated pattern
2730# !example_override.tf
2831···3235# Ignore CLI configuration files
3336.terraformrc
3437terraform.rc
3838+3939+# Ignore hcl file
4040+.terraform.lock.hcl
+11
options/gitignore/UiPath
···11+# gitignore template for RPA development using UiPath Studio
22+# website: https://www.uipath.com/product/studio
33+#
44+# Recommended: n/a
55+66+# Ignore folders that could cause issues if accidentally tracked
77+**/.local/**
88+**/.settings/**
99+**/.objects/**
1010+**/.tmh/**
1111+**/*.log
+2-2
options/gitignore/UnrealEngine
···47474848# Binary Files
4949Binaries/*
5050-Plugins/*/Binaries/*
5050+Plugins/**/Binaries/*
51515252# Builds
5353Build/*
···68686969# Compiled source files for the engine to use
7070Intermediate/*
7171-Plugins/*/Intermediate/*
7171+Plugins/**/Intermediate/*
72727373# Cache files for the editor to use
7474DerivedDataCache/*
-4
options/gitignore/Xcode
···11## User settings
22xcuserdata/
33-44-## Xcode 8 and earlier
55-*.xcscmblueprint
66-*.xccheckout