1
0
mirror of https://github.com/github/gitignore synced 2024-06-07 05:07:57 +02:00
Commit Graph

99 Commits

Author SHA1 Message Date
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
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
Chriztian Steinmeier
aa4079ebec
Ignore SQLite files 2022-05-06 11:23:14 +02:00
Brian Douglas
438cb4af67
Merge pull request #3956 from snxx-lppxx/add-toit
Create Toit.gitignore
2022-02-10 20:28:05 -08:00
Michael Loyd
a05b60cf79
Adding AWS-CDK ignore sample. 2022-02-02 11:21:48 -06:00
Brian Douglas
8ea9c64701
Merge pull request #3799 from jonringer/add-nix 2022-01-30 09:31:31 -08:00
snxx-lppxx
2aeb7aa110 Create Toit.gitignore 2022-01-23 03:31:02 +05:00
Jonathan Ringer
71d40b91ac
Add nix gitignore template 2021-12-28 10:52:06 -08:00
Brian Douglas
18b210a4df
Merge pull request #3924 from idseefeld/main 2021-12-18 20:13:31 -05:00
Brian Douglas
6039d07313
Merge pull request #3930 from F34th3R/main 2021-12-18 19:55:21 -05:00
F34th3R
ff6c8c7d4d community/DotNet/core.gitignore 2021-12-16 10:51:20 -06:00
Dirk Seefeld
1f7b9aa634 Merge branch 'master' into main 2021-12-14 20:03:19 +01:00
Dirk Seefeld
e8b37555af move Umbraco.gitignore to DotNet folder 2021-12-14 19:57:55 +01:00
jamie
2934dac34f
Create B4X.gitignore 2021-12-13 16:44:48 +00:00
Brian Douglas
dd9c41b608
Merge pull request #3801 from rcmaehl/patch-1 2021-12-11 08:45:25 -08:00
Robert C. Maehl
7382f56318
Rename AutoIt.gitignore to community/AutoIt.gitignore 2021-12-11 11:26:58 -05:00
Brian Douglas
f1a9aa7b3d
Merge pull request #3777 from weycen/add-uVision
Add template for Keil uVision
2021-12-10 16:46:04 -08:00
F34th3R
ce8bff3c4c community/core/core.gitignore 2021-12-10 16:28:25 -06:00
Brian Douglas
9523e7b536
Merge pull request #3874 from Booklordofthedings/master
Gitignore template for Beef programming language
2021-12-10 10:57:18 -08:00
Brian Douglas
ac5fc0bbb9
Merge pull request #3869 from jesseschalken/patch-1
Ignore directories from the Bazel IntelliJ plugin
2021-12-10 10:56:51 -08:00
kuritka
4e89ae30ed
Adding AllowList for Go
**Reasons for making this change:**

_Allowlisting with .gitignore is a technique for dealing with source trees that can have various different untracked local files such as generated output, packages installed through package managers, “working” files, config for individual developers, etc. Rather than trying to come up with some master list of all possible untracked files and add them to .gitignore, it can be easier to start by ignoring everything and then add specific directories back._
_I think the requirements for software development are changing and there is a need to offer an alternative to the denylist._

- https://jasonstitt.com/gitignore-whitelisting-patterns
- https://github.com/golang/go

Signed-off-by: kuritka <kuritka@gmail.com>
2021-12-07 17:11:14 +01:00
Brian Douglas
e65111c618
Merge pull request #3873 from davidsneighbour/patch-1
Add files to Hugo.gitignore
2021-12-06 22:53:55 -08:00
Jannis vH
776bd5a459
Merge branch 'github:main' into main 2021-12-06 21:05:48 +01:00
Jannis vH
673f18999f
Moved file to /community 2021-12-06 21:04:32 +01:00
Patrick Kollitsch
d228b84884
update Hugo.gitignore 2021-12-05 09:29:38 +07:00
Brian Douglas
0f33384147
Merge pull request #3751 from dmead28/LensStudio
Added LensStudio.gitignore (Ted Brown)
2021-12-04 15:34:49 -08:00
Patrick Kollitsch
450e32dd8f
Add files to Hugo.gitignore
Three new files to ignore for GoHugo repositories:

- `/assets/jsconfig.json` - Quote from [JavaScript Building](https://gohugo.io/hugo-pipes/js/): "Hugo will, by default, generate a assets/jsconfig.json file that maps the imports. This is useful for navigation/intellisense help inside code editors, but if you don’t need/want it, you can turn it off."
- `hugo_stats.json` - Quote from [Post Build Resource Transformations ](https://gohugo.io/news/0.69.0-relnotes/): "The prime current use case for the above is CSS pruning in PostCSS. In simple cases you can use the templates as a base for the content filters, but that has its limitations and can be very hard to setup, especially in themed configurations. So we have added a new writeStats configuration that, when enabled, will write a file named hugo_stats.json to your project root with some aggregated data about the build, e.g. list of HTML entities published, to be used to do CSS pruning."
- `.hugo_build.lock` - Quote from [Fine Grained File Filters ](https://gohugo.io/news/0.89.0-relnotes/): "Hugo now writes an empty file named .hugo_build.lock to the root of the project when building (also when doing hugo new mypost.md and other commands that requires a build). We recommend you just leave this file alone. Put it in .gitignore or similar if you don’t want the file in your source repository."
2021-11-03 19:58:18 +07:00
Benjamin Altpeter
14ef937214
Hugo: Add new .hugo_build.lock
Version 0.89.0 of Hugo creates a new `.hugo_build.lock` lock file
when building the site.

The release notes suggest adding this to the `.gitignore`:
https://github.com/gohugoio/hugo/releases/tag/v0.89.0
2021-11-02 11:10:35 +00:00
Jesse Schalken
b3338626a3
Ignore directories from the Bazel IntelliJ plugin
These directories contain the generated project files from the Bazel IntelliJ plugin. See these links for info:

8c92239f41/.gitignore
8c92239f41/base/src/com/google/idea/blaze/base/sync/data/BlazeDataStorage.java (L36)
2021-11-01 23:52:35 +11:00
weycen
775f588c42 Merge branch 'master' into add-uVision 2021-08-20 22:24:06 +08:00
weycen
dc95dd536c Move 'uVision.gitignore' to the community folder 2021-08-20 22:21:26 +08:00
Brian Douglas
b0012e4930
Merge pull request #3781 from GrpeApple/master
Remove trailing whitespace
2021-08-17 22:54:19 -07:00
GrpeApple
1a84870ad7
Remove trailing whitespace 2021-07-11 13:03:23 +08:00
Hecon5
d9caa61ceb Adding in support for Nasa SpecsIntact 2021-06-23 11:24:29 -04:00
Doug Mead
6c4941a138 Added header 2021-06-02 12:54:29 -06:00
Doug Mead
2828d5ad82 Added LensStudio.gitignore (Ted Brown) 2021-06-02 12:48:49 -06:00
Martin Woodward
af57584132
Merge pull request #3727 from leighmcculloch/patch-1
Remove the all files matches from V.gitignore
2021-05-25 11:55:00 +01:00
Martin Woodward
2ee4656dd8
Merge pull request #3731 from Tanddant/master
Added SPFx (SharePoint Framework) gitignore
2021-05-25 11:45:53 +01:00
Martin Woodward
f308ca341d
Moved into community folder 2021-05-25 11:44:57 +01:00
Artur Tarassow
77848c3879
Add template file for Gretl (#3737)
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-05-25 11:25:21 +01:00
Leigh McCulloch
8713694f2f
Remove the all files matches from V.gitignore 2021-05-09 12:24:38 -07:00
Martin Woodward
b2ccc4644b
Merge pull request #3662 from KeisukeShima/feature/ROS2
Add ROS2 gitignore
2021-05-09 14:42:59 +01:00
Martin Woodward
b3fe09bd7d
Move into community folder 2021-05-09 14:41:47 +01:00
Martin Woodward
e68679e30c
Merge pull request #3684 from AliChraghi/master
Add Vlang Support By Vlang Community
2021-05-09 09:02:43 +01:00
Martin Woodward
8572e84650
Move Vlang tenmplate into community folder
To start we bring new contributions into the community folder.
2021-05-09 09:02:01 +01:00
Martin Woodward
e298e70cdc
Merge pull request #3689 from Udit8348/iar-technical-note 2021-05-08 00:08:31 +01:00
Brian Douglas
cd49f8cbcf
Merge pull request #3704 from helderburato/add-strapi
Add Strapi CMS .gitignore
2021-05-07 10:58:31 -07:00
Brian Douglas
dffd1a0744
Rename Strapi.gitignore to community/Strapi.gitignore 2021-05-07 10:57:12 -07:00