Skip to content

Commit c685420

Browse files
committed
[skip ci] Updated licenses and gitignores
1 parent 9b05bfb commit c685420

File tree

15 files changed

+122
-51
lines changed

15 files changed

+122
-51
lines changed

options/gitignore/Alteryx

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# gitignore template for Alteryx Designer
2+
# website: https://www.alteryx.com/
3+
# website: https://help.alteryx.com/current/designer/alteryx-file-types
4+
5+
# Alteryx Data Files
6+
*.yxdb
7+
*.cydb
8+
*.cyidx
9+
*.rptx
10+
*.vvf
11+
*.aws
12+
13+
# Alteryx Special Files
14+
*.yxwv
15+
*.yxft
16+
*.yxbe
17+
*.bak
18+
*.pcxml
19+
*.log
20+
*.bin
21+
*.yxlang
22+
CASS.ini
23+
24+
# Alteryx License Files
25+
*.yxlc
26+
*.slc
27+
*.cylc
28+
*.alc
29+
*.gzlc
30+
31+
## gitignore reference sites
32+
# https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#Ignoring-Files
33+
# https://git-scm.com/docs/gitignore
34+
# https://help.github.com/articles/ignoring-files/
35+
36+
## Useful knowledge from stackoverflow
37+
# 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.
38+
# WARNING: First commit your current changes, or you will lose them.
39+
# Then run the following commands from the top folder of your git repo:
40+
# git rm -r --cached .
41+
# git add .
42+
# git commit -m "fixed untracked files"
43+
44+
# author: Kacper Ksieski

options/gitignore/Archives

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
*.lzma
1515
*.cab
1616
*.xar
17+
*.zst
18+
*.tzst
1719

1820
# Packing-only formats
1921
*.iso

options/gitignore/Ballerina

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# generated files
2+
target/
3+
generated/
4+
5+
# dependencies
6+
Dependencies.toml
7+
8+
# config files
9+
Config.toml
10+
# the config files used for testing, Uncomment the following line if you want to commit the test config files
11+
#!**/tests/Config.toml

options/gitignore/CMake

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ install_manifest.txt
99
compile_commands.json
1010
CTestTestfile.cmake
1111
_deps
12+
CMakeUserPresets.json

options/gitignore/Delphi

+12
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@
2626
#*.obj
2727
#
2828

29+
# Default Delphi compiler directories
30+
# Content of this directories are generated with each Compile/Construct of a project.
31+
# Most of the time, files here have not there place in a code repository.
32+
#Win32/
33+
#Win64/
34+
#OSX64/
35+
#OSXARM64/
36+
#Android/
37+
#Android64/
38+
#iOSDevice64/
39+
#Linux64/
40+
2941
# Delphi compiler-generated binaries (safe to delete)
3042
*.exe
3143
*.dll

options/gitignore/GitHubPages

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# This .gitignore is appropriate for repositories deployed to GitHub Pages and using
2+
# a Gemfile as specified at https://github.com/github/pages-gem#conventional
3+
4+
# Basic Jekyll gitignores (synchronize to Jekyll.gitignore)
5+
_site/
6+
.sass-cache/
7+
.jekyll-cache/
8+
.jekyll-metadata
9+
10+
# Additional Ruby/bundler ignore for when you run: bundle install
11+
/vendor
12+
13+
# Specific ignore for GitHub Pages
14+
# GitHub Pages will always use its own deployed version of pages-gem
15+
# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is
16+
# counterproductive to check this file into the repository.
17+
# Details at https://github.com/github/pages-gem/issues/768
18+
Gemfile.lock

options/gitignore/Go

+3
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@
2020
# Go workspace file
2121
go.work
2222
go.work.sum
23+
24+
# env file
25+
.env

options/gitignore/Objective-C

-17
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,6 @@
55
## User settings
66
xcuserdata/
77

8-
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
9-
*.xcscmblueprint
10-
*.xccheckout
11-
12-
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
13-
build/
14-
DerivedData/
15-
*.moved-aside
16-
*.pbxuser
17-
!default.pbxuser
18-
*.mode1v3
19-
!default.mode1v3
20-
*.mode2v3
21-
!default.mode2v3
22-
*.perspectivev3
23-
!default.perspectivev3
24-
258
## Obj-C/Swift specific
269
*.hmap
2710

options/gitignore/Rust

+7
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,10 @@ Cargo.lock
1212

1313
# MSVC Windows builds of rustc generate these, which store debugging information
1414
*.pdb
15+
16+
# RustRover
17+
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
18+
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
19+
# and can be added to the global gitignore or merged into this file. For a more nuclear
20+
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
21+
#.idea/

options/gitignore/Swift

-28
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,6 @@
55
## User settings
66
xcuserdata/
77

8-
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
9-
*.xcscmblueprint
10-
*.xccheckout
11-
12-
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
13-
build/
14-
DerivedData/
15-
*.moved-aside
16-
*.pbxuser
17-
!default.pbxuser
18-
*.mode1v3
19-
!default.mode1v3
20-
*.mode2v3
21-
!default.mode2v3
22-
*.perspectivev3
23-
!default.perspectivev3
24-
258
## Obj-C/Swift specific
269
*.hmap
2710

@@ -66,10 +49,6 @@ playground.xcworkspace
6649

6750
Carthage/Build/
6851

69-
# Accio dependency management
70-
Dependencies/
71-
.accio/
72-
7352
# fastlane
7453
#
7554
# It is recommended to not store the screenshots in the git repo.
@@ -81,10 +60,3 @@ fastlane/report.xml
8160
fastlane/Preview.html
8261
fastlane/screenshots/**/*.png
8362
fastlane/test_output
84-
85-
# Code Injection
86-
#
87-
# After new code Injection tools there's a generated folder /iOSInjectionProject
88-
# https://github.com/johnno1962/injectionforxcode
89-
90-
iOSInjectionProject/

options/gitignore/TeX

+5
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
*.synctex.gz
4040
*.synctex.gz(busy)
4141
*.pdfsync
42+
*.rubbercache
43+
rubber.cache
4244

4345
## Build tool directories for auxiliary files
4446
# latexrun
@@ -138,6 +140,9 @@ acs-*.bib
138140
*.trc
139141
*.xref
140142

143+
# hypdoc
144+
*.hd
145+
141146
# hyperref
142147
*.brf
143148

options/gitignore/Terraform

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ override.tf.json
2323
*_override.tf
2424
*_override.tf.json
2525

26+
# Ignore transient lock info files created by terraform apply
27+
.terraform.tfstate.lock.info
28+
2629
# Include override files you do wish to add to version control using negated pattern
2730
# !example_override.tf
2831

@@ -32,3 +35,6 @@ override.tf.json
3235
# Ignore CLI configuration files
3336
.terraformrc
3437
terraform.rc
38+
39+
# Ignore hcl file
40+
.terraform.lock.hcl

options/gitignore/UiPath

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# gitignore template for RPA development using UiPath Studio
2+
# website: https://www.uipath.com/product/studio
3+
#
4+
# Recommended: n/a
5+
6+
# Ignore folders that could cause issues if accidentally tracked
7+
**/.local/**
8+
**/.settings/**
9+
**/.objects/**
10+
**/.tmh/**
11+
**/*.log

options/gitignore/UnrealEngine

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ SourceArt/**/*.tga
4747

4848
# Binary Files
4949
Binaries/*
50-
Plugins/*/Binaries/*
50+
Plugins/**/Binaries/*
5151

5252
# Builds
5353
Build/*
@@ -68,7 +68,7 @@ Saved/*
6868

6969
# Compiled source files for the engine to use
7070
Intermediate/*
71-
Plugins/*/Intermediate/*
71+
Plugins/**/Intermediate/*
7272

7373
# Cache files for the editor to use
7474
DerivedDataCache/*

options/gitignore/Xcode

-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
## User settings
22
xcuserdata/
3-
4-
## Xcode 8 and earlier
5-
*.xcscmblueprint
6-
*.xccheckout

0 commit comments

Comments
 (0)