Michael Loyd and GitHub
a05b60cf79
Adding AWS-CDK ignore sample.
2022-02-02 11:21:48 -06:00
Brian Douglas and GitHub
8ea9c64701
Merge pull request #3799 from jonringer/add-nix
2022-01-30 09:31:31 -08:00
Jonathan Ringer
71d40b91ac
Add nix gitignore template
2021-12-28 10:52:06 -08:00
Brian Douglas and GitHub
18b210a4df
Merge pull request #3924 from idseefeld/main
2021-12-18 20:13:31 -05:00
Brian Douglas and GitHub
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 and GitHub
2934dac34f
Create B4X.gitignore
2021-12-13 16:44:48 +00:00
Brian Douglas and GitHub
dd9c41b608
Merge pull request #3801 from rcmaehl/patch-1
2021-12-11 08:45:25 -08:00
Robert C. Maehl and GitHub
7382f56318
Rename AutoIt.gitignore to community/AutoIt.gitignore
2021-12-11 11:26:58 -05:00
Brian Douglas and GitHub
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 and GitHub
9523e7b536
Merge pull request #3874 from Booklordofthedings/master
...
Gitignore template for Beef programming language
2021-12-10 10:57:18 -08:00
Brian Douglas and GitHub
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 and GitHub
e65111c618
Merge pull request #3873 from davidsneighbour/patch-1
...
Add files to Hugo.gitignore
2021-12-06 22:53:55 -08:00
Jannis vH and GitHub
776bd5a459
Merge branch 'github:main' into main
2021-12-06 21:05:48 +01:00
Jannis vH and GitHub
673f18999f
Moved file to /community
2021-12-06 21:04:32 +01:00
Patrick Kollitsch and GitHub
d228b84884
update Hugo.gitignore
2021-12-05 09:29:38 +07:00
Brian Douglas and GitHub
0f33384147
Merge pull request #3751 from dmead28/LensStudio
...
Added LensStudio.gitignore (Ted Brown)
2021-12-04 15:34:49 -08:00
Patrick Kollitsch and GitHub
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 and GitHub
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 and GitHub
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:
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
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 and GitHub
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 and GitHub
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 and GitHub
2ee4656dd8
Merge pull request #3731 from Tanddant/master
...
Added SPFx (SharePoint Framework) gitignore
2021-05-25 11:45:53 +01:00
Martin Woodward and GitHub
f308ca341d
Moved into community folder
2021-05-25 11:44:57 +01:00
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 and GitHub
8713694f2f
Remove the all files matches from V.gitignore
2021-05-09 12:24:38 -07:00
Martin Woodward and GitHub
b2ccc4644b
Merge pull request #3662 from KeisukeShima/feature/ROS2
...
Add ROS2 gitignore
2021-05-09 14:42:59 +01:00
Martin Woodward and GitHub
b3fe09bd7d
Move into community folder
2021-05-09 14:41:47 +01:00
Martin Woodward and GitHub
e68679e30c
Merge pull request #3684 from AliChraghi/master
...
Add Vlang Support By Vlang Community
2021-05-09 09:02:43 +01:00
Martin Woodward and GitHub
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 and GitHub
e298e70cdc
Merge pull request #3689 from Udit8348/iar-technical-note
2021-05-08 00:08:31 +01:00
Brian Douglas and GitHub
cd49f8cbcf
Merge pull request #3704 from helderburato/add-strapi
...
Add Strapi CMS .gitignore
2021-05-07 10:58:31 -07:00
Brian Douglas and GitHub
dffd1a0744
Rename Strapi.gitignore to community/Strapi.gitignore
2021-05-07 10:57:12 -07:00
Brian Douglas and GitHub
045304bb12
Rename AltiumDesigner.gitignore to community/AltiumDesigner.gitignore
2021-05-07 10:27:54 -07:00
Udit8348
a4b2c4e498
adds technical note for more info
2021-03-29 15:08:20 -04:00
Igor Stepanov and GitHub
2f75277037
Ignore AWS Serverless Application Model build folder ( #3357 )
...
https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-cli-command-reference-sam-build.html
2020-04-04 13:32:58 -03:00
Rohan Sakhale and GitHub
9904c12244
Jigsaw ( #3334 )
2020-03-11 09:13:00 -03:00
Pellegrino Prevete and Brendan Forster
8a4b27815c
Added gitignore for GNOME Extension ( #3268 )
2019-12-16 09:07:49 -04:00
Karl Horky and Brendan Forster
2644536a24
Comment out / add note about conflicting gitignore lines ( #3204 )
...
* Remove conflicting gitignore lines, add reference
Ref (introduction of a new "public" folder in Next.js):
https://nextjs.org/blog/next-9-1#public-directory-support
* Improve solution to conflicting files
2019-10-24 13:31:35 -03:00
Roman and Brendan Forster
a14296fa82
IPython support for jupyter-notebook gitignore files ( #3211 )
2019-10-23 08:40:55 -03:00