1
0
mirror of https://github.com/github/gitignore synced 2024-09-19 22:31:45 +02:00
Commit Graph

3567 Commits

Author SHA1 Message Date
Daniel Lombardi
e95aa3fbbd
Merge branch 'main' into patch-1 2024-05-29 09:54:32 -03:00
Daniel Johnson
b0546f349b
Merge pull request #4429 from JasonGross/patch-2
Add rubber cache files to TeX.gitignore
2024-05-28 18:56:27 -07:00
Daniel Johnson
a8237b3b9d
Merge pull request #4434 from brainplot/patch-1
Ignore lock info files in terraform `.gitignore`
2024-05-28 18:42:56 -07:00
Daniel Johnson
d746fcc59d
Merge pull request #4435 from zengxs/patch-1
Add zstd files to Archives.gitignore
2024-05-28 18:41:16 -07:00
Daniel Johnson
0b806ae7ff
Merge pull request #4436 from MountainKing123/unreal-engine-gitignore-patch-01
Update UnrealEngine.gitignore
2024-05-28 18:40:16 -07:00
Daniel Johnson
ef6cf7ff7b
Merge pull request #4441 from schtandard/latex_hypdoc
Add hypdoc temporary files
2024-05-28 18:28:32 -07:00
Daniel Johnson
760dbfe9a6
Merge pull request #4443 from srcres258/main
Add RustRover entry for Rust.gitignore
2024-05-28 18:24:41 -07:00
Daniel Johnson
745b639101
Merge pull request #4431 from Ramith-D-Rodrigo/ballerina-gitignore
Add Ballerina.gitignore
2024-05-28 18:17:07 -07:00
Ramith Rodrigo
3af7bb0480 Create Ballerina.gitignore 2024-05-29 06:42:42 +05:30
Daniel Johnson
2df1162ba1
Merge pull request #3690 from fulldecent/patch-1
Create GitHubPages.gitignore
2024-05-28 18:12:24 -07:00
Daniel Johnson
b982228d5d
Merge pull request #4444 from ealeksandrov/EA/xcode-update
[Xcode, Objective-C, Swift] Remove legacy Xcode compatibility
2024-05-28 17:43:40 -07:00
Daniel Johnson
c3a6db3057
Merge pull request #4448 from DrKeek/community_UiPath
Community/UiPath.gitignore
2024-05-28 17:40:26 -07:00
Daniel Johnson
f8a96208ab
Merge pull request #3405 from kksieski/feat_alteryx_template
add: create template for Alteryx Designer
2024-05-28 14:46:45 -07:00
DrKeek
ffcf53b8d3
Merge pull request #1 from DrKeek/community_UiPath_20240521
Add files via upload...UiPath.gitignore
2024-05-21 12:06:31 +08:00
DrKeek
d3217fdb67
Add files via upload...UiPath.gitignore
This file contains folders to be excluded for tracking during RPA development using UiPath Studio. 
Accidentally tracking these folders have caused issues with changing branches during code development. 

The UiPath developer community as of 2024 is in excess of 2 million developers spanning over 43 countries.  
UiPath itself has been around for 19 years since 2005. 

This submission can potentially help millions of new and existing UiPath developers in their work.
2024-05-21 12:05:49 +08:00
DrKeek
963cebd90c
Add files via upload...UiPath.gitignore
This file contains folders to be excluded for tracking during RPA development using UiPath Studio.
Accidentally tracking these folders have caused issues with changing branches during code development. 

The UiPath developer community as of 2024 is in excess of 2 million developers spanning over 43 countries. 
UiPath itself has been around for 19 years since 2005. 

This submission can potentially help millions of new and existing UiPath developers in their work.
2024-05-21 11:57:41 +08:00
Evgeny Aleksandrov
a404348786 Drop Xcode 8 compatibility 2024-05-12 17:57:07 +03:00
Evgeny Aleksandrov
ebee5bfe87 Drop Xcode 3 compatibility 2024-05-12 17:56:43 +03:00
src_resources
c46dfda52a
Add RustRover entry for Rust.gitignore
Add an optional entry for JetBrains's RustRover IDE in Rust.gitignore.

Signed-off-by: src_resources <src.res.211@gmail.com>
2024-05-11 23:45:55 +08:00
Daniel Johnson
7b22f8ab6c
Merge pull request #4081 from katexochen/main
Ignore go.work.sum
2024-05-10 15:56:00 -07:00
Paul Meyer
d9b235245a
Merge branch 'github:main' into main 2024-05-09 08:21:57 +02:00
Daniel Johnson
a41112a9ab
Merge pull request #4279 from SRv6d/main
Add `.pdm-python` to python gitignore
2024-05-08 15:35:40 -07:00
beneiii
86ddbd59fe Add hypdoc temporary files 2024-05-05 16:18:05 +02:00
MountainKing123
f0fc1da1b3
Same for Binaries 2024-04-30 19:14:07 +02:00
MountainKing123
338eb82763
Update UnrealEngine.gitignore
Edited Unreal Engine gitignore to also ignore "Intermediate" data in the "Plugins" directory, so it ignores deeper nested intermediate data, like with Epic's "Game Features" plugin e.g. "Plugins/GameFeatures/MyGameFeature/Intermediate".
2024-04-30 18:54:16 +02:00
Xiangsong Zeng
1e6efa6d03
Add zstd files to Archives.gitignore 2024-04-26 18:00:50 +08:00
Gianluca Recchia
3249072f3b
Ignore lock info files in terraform .gitignore
This is recommended by the official Style Guide here:
https://developer.hashicorp.com/terraform/language/style#gitignore.
2024-04-22 11:27:20 +02:00
Jason Gross
893c558947
Add rubber cache files to TeX.gitignore
Generated by [rubber](https://tex-talk.net/2011/12/building-documents-with-rubber/).  [The docs](8ec18fd096/doc/rubber.texi (L158)) claim to use `rubber.cache`, but I've seen $filename.rubbercache in the wild, so I'm including both.
2024-04-03 21:19:57 +01:00
Daniel Lombardi
5fbacfc250
Update Go.gitignore 2024-03-31 14:56:05 -03:00
Marvin Vogt
bfa56dc5d8
Add .pdm-build/ 2023-12-28 14:21:54 +01:00
Marvin Vogt
bb629fc14d
Update PDM docs reference
Co-authored-by: Leonardo Nascimento <6169152+leonaascimento@users.noreply.github.com>
2023-10-01 22:41:53 +02:00
William Entriken
716e3baab0
Add notes link 2023-09-18 15:43:20 -04:00
Paul Meyer
a3a149d420
Merge branch 'github:main' into main 2023-06-18 20:01:59 +02:00
Marvin Vogt
e8131b2a80
Add .pdm-python to python gitignore 2023-04-09 18:25:17 +02:00
Martin Woodward
4488915eec
Merge pull request #3567 from aaronfranke/godot 2022-12-18 19:57:19 +00:00
katexochen
d63f4b14ca Ignore go.work.sum 2022-05-31 18:40:47 +02:00
Brian Douglas
e5323759e3
Merge pull request #4062 from greystate/patch-1
Ignore SQLite files
2022-05-10 10:15:30 -07:00
Chriztian Steinmeier
aa4079ebec
Ignore SQLite files 2022-05-06 11:23:14 +02:00
Brian Douglas
d0b80a4699
Merge pull request #3976 from astrojuanlu/patch-1
Ignore PDM project-wide config
2022-03-28 20:18:27 -07:00
Juan Luis Cano Rodríguez
8e67b9420c
Update Python.gitignore 2022-02-20 11:29:55 +01:00
Juan Luis Cano Rodríguez
35b656aa85
Expand explanations on PDM
Co-authored-by: Lukasz Sobczuk <sobczuk.lukasz@wp.pl>
2022-02-18 18:54:31 +01:00
Juan Luis Cano Rodríguez
0481f3bda8
Ignore PDM project-wide config
See https://pdm.fming.dev/#use-with-ide
2022-02-16 23:43:19 +01:00
Brian Douglas
ce5da10a3a
Merge pull request #3943 from spdegabrielle/Racket1 2022-02-15 20:31:40 -08:00
Brian Douglas
438cb4af67
Merge pull request #3956 from snxx-lppxx/add-toit
Create Toit.gitignore
2022-02-10 20:28:05 -08:00
Brian Douglas
d6c967b423
Merge pull request #3961 from n0099/patch-1
[VisualStudio.gitignore] remove a trailing space
2022-02-10 20:19:20 -08:00
Brian Douglas
71eae06349
Merge pull request #3964 from jpayoung/patch-1
Update Gradle.gitignore
2022-02-10 20:13:38 -08:00
Brian Douglas
c0ca84849c
Merge pull request #3965 from imomaliev/patch-1
Remove empty line comments in Terraform.gitignore
2022-02-10 20:12:42 -08:00
Brian Douglas
af7786b54d
Merge pull request #3968 from willfrey/patch-1
Fix spelling error in Python.gitignore
2022-02-10 20:11:18 -08:00
Brian Douglas
ee46229d91
Merge pull request #3969 from mloyd/mloyd-aws-cdk-ignore
Adding AWS-CDK ignore sample.
2022-02-10 20:11:02 -08:00
Brian Douglas
fe008384da
Merge pull request #3970 from paulsmithkc/patch-1
Android Studio 2020
2022-02-10 20:10:29 -08:00