aboutsummaryrefslogtreecommitdiffstats
path: root/community
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4448 from DrKeek/community_UiPathDaniel Johnson2024-05-281-0/+11
|\ | | | | Community/UiPath.gitignore
| * Add files via upload...UiPath.gitignoreDrKeek2024-05-211-1/+1
| | | | | | | | | | | | | | | | | | 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.
| * Add files via upload...UiPath.gitignoreDrKeek2024-05-211-0/+11
| | | | | | | | | | | | | | | | | | 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.
* | Merge pull request #3405 from kksieski/feat_alteryx_templateDaniel Johnson2024-05-281-0/+44
|\ \ | |/ |/| add: create template for Alteryx Designer
| * fix: add starskacper ksieski2021-04-221-19/+34
| |
| * add: create template for Alteryx DesignerKacper Ksieski2020-05-111-0/+29
| |
* | Ignore SQLite filesChriztian Steinmeier2022-05-061-1/+4
| |
* | Merge pull request #3956 from snxx-lppxx/add-toitBrian Douglas2022-02-101-0/+2
|\ \ | | | | | | Create Toit.gitignore
| * | Create Toit.gitignoresnxx-lppxx2022-01-231-0/+2
| | |
* | | Adding AWS-CDK ignore sample.Michael Loyd2022-02-021-0/+4
| | |
* | | Merge pull request #3799 from jonringer/add-nixBrian Douglas2022-01-301-0/+3
|\ \ \ | |/ / |/| |
| * | Add nix gitignore templateJonathan Ringer2021-12-281-0/+3
| | |
* | | Merge pull request #3924 from idseefeld/mainBrian Douglas2021-12-181-0/+49
|\ \ \
| * \ \ Merge branch 'master' into mainDirk Seefeld2021-12-141-0/+49
| |\ \ \
| | * | | move Umbraco.gitignore to DotNet folderDirk Seefeld2021-12-141-0/+45
| | |/ /
* | | | Merge pull request #3930 from F34th3R/mainBrian Douglas2021-12-181-0/+38
|\ \ \ \ | |/ / / |/| | |
| * | | community/DotNet/core.gitignoreF34th3R2021-12-161-0/+0
| | | |
| * | | community/core/core.gitignoreF34th3R2021-12-101-0/+38
| | | |
* | | | Create B4X.gitignorejamie2021-12-131-0/+3
| | | |
* | | | Merge pull request #3801 from rcmaehl/patch-1Brian Douglas2021-12-111-0/+8
|\ \ \ \
| * | | | Rename AutoIt.gitignore to community/AutoIt.gitignoreRobert C. Maehl2021-12-111-0/+8
| | |/ / | |/| |
* | | | Merge pull request #3777 from weycen/add-uVisionBrian Douglas2021-12-101-0/+45
|\ \ \ \ | | | | | | | | | | Add template for Keil uVision
| * \ \ \ Merge branch 'master' into add-uVisionweycen2021-08-204-4/+44
| |\ \ \ \
| * | | | | Move 'uVision.gitignore' to the community folderweycen2021-08-201-0/+45
| | |/ / / | |/| | |
* | | | | Merge pull request #3874 from Booklordofthedings/masterBrian Douglas2021-12-101-0/+3
|\ \ \ \ \ | | | | | | | | | | | | Gitignore template for Beef programming language
| * \ \ \ \ Merge branch 'github:main' into mainJannis vH2021-12-062-0/+19
| |\ \ \ \ \
| * | | | | | Moved file to /communityJannis vH2021-12-061-0/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #3869 from jesseschalken/patch-1Brian Douglas2021-12-101-0/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | Ignore directories from the Bazel IntelliJ plugin
| * | | | | | Ignore directories from the Bazel IntelliJ pluginJesse Schalken2021-11-011-0/+7
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These directories contain the generated project files from the Bazel IntelliJ plugin. See these links for info: https://github.com/bazelbuild/intellij/blob/8c92239f41b20dcf88a22dcb3f44b5a9bdf46a95/.gitignore https://github.com/bazelbuild/intellij/blob/8c92239f41b20dcf88a22dcb3f44b5a9bdf46a95/base/src/com/google/idea/blaze/base/sync/data/BlazeDataStorage.java#L36
* | | | / / Adding AllowList for Gokuritka2021-12-071-0/+23
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | **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>
* | | | | Merge pull request #3873 from davidsneighbour/patch-1Brian Douglas2021-12-061-0/+2
|\ \ \ \ \ | |_|/ / / |/| | | | Add files to Hugo.gitignore
| * | | | update Hugo.gitignorePatrick Kollitsch2021-12-051-1/+0
| | | | |
| * | | | Add files to Hugo.gitignorePatrick Kollitsch2021-11-031-0/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | 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."
* | | | Merge pull request #3751 from dmead28/LensStudioBrian Douglas2021-12-041-0/+16
|\ \ \ \ | | | | | | | | | | Added LensStudio.gitignore (Ted Brown)
| * | | | Added headerDoug Mead2021-06-021-0/+3
| | | | |
| * | | | Added LensStudio.gitignore (Ted Brown)Doug Mead2021-06-021-0/+13
| | |/ / | |/| |
* | | | Hugo: Add new .hugo_build.lockBenjamin Altpeter2021-11-021-0/+3
| |/ / |/| | | | | | | | | | | | | | | | | 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
* | | Merge pull request #3781 from GrpeApple/masterBrian Douglas2021-08-173-4/+4
|\ \ \ | | | | | | | | Remove trailing whitespace
| * | | Remove trailing whitespaceGrpeApple2021-07-113-4/+4
| |/ /
* / / Adding in support for Nasa SpecsIntactHecon52021-06-231-0/+40
|/ /
* | Merge pull request #3727 from leighmcculloch/patch-1Martin Woodward2021-05-251-3/+0
|\ \ | | | | | | Remove the all files matches from V.gitignore
| * | Remove the all files matches from V.gitignoreLeigh McCulloch2021-05-091-3/+0
| | |
* | | Merge pull request #3731 from Tanddant/masterMartin Woodward2021-05-251-0/+33
|\ \ \ | | | | | | | | Added SPFx (SharePoint Framework) gitignore
| * | | Moved into community folderMartin Woodward2021-05-251-0/+33
| |/ /
* / / Add template file for Gretl (#3737)Artur Tarassow2021-05-251-0/+8
|/ / | | | | | | Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* | Merge pull request #3662 from KeisukeShima/feature/ROS2Martin Woodward2021-05-091-0/+29
|\ \ | | | | | | Add ROS2 gitignore
| * | Move into community folderMartin Woodward2021-05-091-0/+29
| |/
* | Merge pull request #3684 from AliChraghi/masterMartin Woodward2021-05-091-0/+14
|\ \ | | | | | | Add Vlang Support By Vlang Community
| * | Move Vlang tenmplate into community folderMartin Woodward2021-05-091-0/+14
| |/ | | | | To start we bring new contributions into the community folder.
* | Merge pull request #3689 from Udit8348/iar-technical-noteMartin Woodward2021-05-081-1/+1
|\ \