Commit Graph

3537 Commits

Author SHA1 Message Date
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
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
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
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
Brian Douglas
72e20d957e Merge pull request #3973 from utgwkk/patch-1
Fix typo of Perl.gitignore
2022-02-10 20:04:16 -08:00
Brian Douglas
6be6694c4f Merge pull request #3974 from iapain/patch-1
feat(terraform): adds tfvars.json to gitignore
2022-02-10 20:03:49 -08:00
Deepak
a4a6c5c9c2 feat(terraform): adds tfvars.json to gitignore 2022-02-10 23:11:32 +01:00
utagawa kiki
85def25146 Fix typo of Perl.gitignore 2022-02-07 19:05:49 +09:00
Paul Smith
d7a25eddfb Android Studio
Ignoring 3 xml files that are often modified simply by opening and testing a project.
And that only store local data.
2022-02-02 15:20:30 -06:00
Michael Loyd
a05b60cf79 Adding AWS-CDK ignore sample. 2022-02-02 11:21:48 -06:00
Will Frey
eabb6717d9 Update Python.gitignore
Fix a typo: `maintainted` to `maintained`
2022-02-02 11:53:09 -05:00
Stephen De Gabrielle
2d1ac6d804 Update Racket.gitignore 2022-02-01 08:44:27 +00:00
Sardorbek Imomaliev
bddea2c9bd Remove empty line comments in Terraform.gitignore 2022-01-31 23:33:23 +07:00
J.P. Anderson-Young
b5bbbfbe11 Update Gradle.gitignore
Unignore gradle-wrapper.properties. For context, see docs: https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:wrapper_generation
2022-01-30 15:45:09 -08:00
Brian Douglas
8ea9c64701 Merge pull request #3799 from jonringer/add-nix 2022-01-30 09:31:31 -08:00
Brian Douglas
821f001571 Merge pull request #3514 from tlindsay42/packer-pkrvars.hcl 2022-01-30 09:25:02 -08:00
Troy Lindsay
588c2aa4aa Merge branch 'main' into packer-pkrvars.hcl 2022-01-30 10:38:04 -06:00
n0099
491040e88a [VisualStudio.gitignore] remove a trailing space 2022-01-26 23:58:07 +08:00
snxx-lppxx
2aeb7aa110 Create Toit.gitignore 2022-01-23 03:31:02 +05:00
Stephen De Gabrielle
bcd7653776 Update Racket.gitignore 2022-01-15 16:45:52 +00:00
Brian Douglas
752b7678db Merge pull request #3935 from berikv/main 2022-01-07 20:59:53 -08:00
Brian Douglas
7ad34f7adb Merge pull request #3936 from yangshun/patch-1 2022-01-07 20:57:27 -08:00
Brian Douglas
8ffd0cc30b Merge pull request #3939 from nschonni/patch-1 2022-01-07 20:54:47 -08:00
Stephen De Gabrielle
e44e7efe05 Create Racket.gitignore 2022-01-07 22:37:02 +00:00
Nick Schonning
c4c4369c8b chore: Remove empty Travis-CI config 2021-12-30 10:02:09 -05:00
Jonathan Ringer
71d40b91ac Add nix gitignore template 2021-12-28 10:52:06 -08:00
Yangshun Tay
1d4e709db8 Add Docusaurus files to Node.gitignore 2021-12-23 14:53:27 +08:00
Berik Visschers
04a2b1443f Update Xcode.gitignore
- Remove a reminder to look at files that don't exist anymore
- Remove ignore rules for an IDE from 2007
- Remove an ignore rule for Gcc which is no longer used since 2013
2021-12-23 01:18:15 +01:00
Brian Douglas
96d6876653 Merge pull request #3925 from BillRaymond/patch-1 2021-12-18 20:17:19 -05:00
Brian Douglas
18b210a4df Merge pull request #3924 from idseefeld/main 2021-12-18 20:13:31 -05:00