JP-Ellis
596862f8b5
[Python] Add poetry.lock
...
Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. This is especially recommended for binary packages to ensure reproducibility, and is more commonly ignored for libraries.
This is taken from https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
2021-12-07 10:31:40 +11:00
Brian Douglas
c3c7af5d0d
Merge pull request #3841 from xgdgsc/patch-1
...
Create Syncthing.gitignore
2021-12-06 09:10:40 -08:00
Brian Douglas
f35ddb564c
Merge pull request #3906 from cruel-intentions/rename-master-to-main
...
doc(readme): master branch is now main
2021-12-06 09:09:11 -08:00
Hugo Sena Ribeiro
d1d0806206
doc(readme): master branch is now main
2021-12-06 05:34:02 -03:00
Brian Douglas
5b579f9b80
Merge pull request #3316 from frederikhors/patch-1
...
[Node] Use real conventions
2021-12-04 16:04:16 -08:00
Brian Douglas
687e822167
Merge branch 'main' into patch-1
2021-12-04 16:03:19 -08:00
Brian Douglas
0f33384147
Merge pull request #3751 from dmead28/LensStudio
...
Added LensStudio.gitignore (Ted Brown)
2021-12-04 15:34:49 -08:00
Brian Douglas
40e88120b6
Merge pull request #3825 from asherber/master
...
Remove nuget.config from VisualStudio.gitignore
2021-12-04 15:12:45 -08:00
Brian Douglas
c9e02960b8
Merge branch 'main' into master
2021-12-04 15:12:29 -08:00
Brian Douglas
84d296a2ff
Merge pull request #3829 from omBratteng/patch-1
...
feat(node): added `.stylelintcache` for stylelint
2021-12-04 15:09:30 -08:00
Brian Douglas
c19e9908a7
Merge pull request #3830 from LucienZhang/master
...
Add vuepress v2.x temp and cache directory
2021-12-04 15:06:25 -08:00
Brian Douglas
28bd9752bc
Merge pull request #3451 from BrianMSheldon/patch-1
2021-12-04 14:26:50 -08:00
Brian Douglas
79812d3e15
Merge pull request #3864 from dlibanori/patch-1
2021-12-04 14:18:33 -08:00
Brian Douglas
070ec2ef9e
Merge pull request #3885 from sryze/patch-1
2021-12-04 14:03:30 -08:00
Brian Douglas
ffa152d502
Merge pull request #3872 from baltpeter/patch-1
2021-12-04 13:58:58 -08:00
Brian Douglas
274020c077
Merge pull request #3880 from process1183/kicad.org
2021-12-04 13:30:10 -08:00
Brian Douglas
e97ab8f905
Merge pull request #3884 from breml/add-go-work
...
Go: Ignore Go workspace file go.work
2021-12-04 13:22:30 -08:00
Brian Douglas
22468dd26e
Merge pull request #3888 from kevinjycui/unity-recorder
...
Ignore default Recordings folder created by Unity Recorder package
2021-12-04 13:12:54 -08:00
Brian Douglas
7ea3e97f84
Merge pull request #3295 from pedrosanta/wordpress-update
...
Update and fix WordPress gitignore
2021-12-04 12:39:42 -08:00
Brian Douglas
7936b8386d
Merge pull request #3121 from Polda18/master
...
Update VisualStudio.gitignore
2021-12-04 12:08:42 -08:00
Brian Douglas
a24694b87d
Update VisualStudio.gitignore
...
Co-authored-by: Jaan Jahilo <jaanjahilo@outlook.com>
2021-12-04 12:06:56 -08:00
Brian Douglas
a2d2775d20
Merge pull request #3356 from afcuttin/glossaries-files
...
added file extensions when glossaries is loaded with "symbols" option
2021-12-04 12:01:42 -08:00
Brian Douglas
cfe5a44ab7
Merge pull request #3895 from cmeeren/patch-1
...
Remove .idea folder from VisualStudio
2021-12-04 11:49:56 -08:00
Brian Douglas
5cd004c568
Merge pull request #3898 from faludigabor/master
...
AL Language gitignore template
2021-12-04 11:41:02 -08:00
Brian Douglas
a811b5cafc
Merge pull request #3899 from Leixb/master
...
Add `.RDataTmp` to R.gitignore
2021-12-04 11:11:38 -08:00
Brian Douglas
6d15138302
Merge pull request #3679 from ska80/idris2-updates
...
Update .gitignore for Idris 2
2021-12-04 07:56:06 -08:00
Brian Douglas
df574ca61e
Merge pull request #3742 from Icaro-Lima/master
...
Update Unity.gitignore
2021-12-04 07:53:10 -08:00
Brian Douglas
ce6f840249
Merge pull request #3903 from github/updates-pr-template
...
Adds a relationship question
2021-12-03 12:17:10 -08:00
Brian Douglas
707bb8fdfb
Adds a relationship question
2021-12-03 12:13:29 -08:00
Brian Douglas
8017eef8e2
Merge pull request #2402 from friederbluemle/update-android-gitignore
...
[Android] Cleanup and remove legacy stuff
2021-12-03 11:58:15 -08:00
Brian Douglas
7e98309900
removes .DS-Store from the PR 2402
...
Feel free to open a new PR for discussion on this.
2021-12-03 11:56:33 -08:00
LeixB
1559f2ee6b
Add .RDataTmp
to R.gitignore
...
When saving `.RData`, all data is initially saved in `.RDataTmp` which
is then renamed to `.RData`.
`.RDataTmp` should be added to `.gitignore` since it will only exist
while a save operation is in progress or something failed on save.
Relevant links:
- https://stackoverflow.com/questions/32098036/purpose-of-rdatatmp-temporary-file-r
- https://github.com/wch/r-source/blob/trunk/src/library/base/R/load.R#L145-L154
2021-11-29 17:26:20 +01:00
Falu
87a13491bd
new line for validation
2021-11-28 08:34:56 +01:00
Falu
5f4cf9d4c3
adding the initial version of the AL Language
2021-11-28 08:34:13 +01:00
Christer van der Meeren
8b1f9b4196
Remove .idea folder from VisualStudio
...
Conflicts with JetBrains.gitignore. Some files in this directory should be checked in.
Not sure about *.sln.iml, so I'm leaving that. The JetBrains.gitignore file contains commented-out IML stuff with instructions on when to uncomment.
2021-11-24 09:48:11 +01:00
Kevin JY Cui
8a4aa14099
Ignore default Recordings folder created by Unity Recorder package
2021-11-16 03:12:28 -05:00
Sergey Zolotarev
e111f1c746
Add replay_pid* to Java.gitignore
2021-11-14 22:57:55 +06:00
Lucas Bremgartner
fbc053fe49
Go: Ignore Go workspace file go.work
...
With Go 1.18, support for Go workspaces will land.
Go workspaces are configured in `go.work`, which
contains paths to local development versions of
modules and therefore is not expected to be
commited.
See:
* https://github.com/golang/go/issues/45713
2021-11-13 18:14:24 +01:00
Josh Gadeken
b705152d98
Update KiCad domain.
...
https://www.kicad.org/blog/2021/10/Avoid-links-to-former-kicad-domain/
2021-11-08 03:50:27 -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
Daniel Libanori
e77ef81b1b
Ignore Rails .env according recomendations
...
Reasons for making this change:
Rails dotenv ignore is not following dotenv recommendations as stated in its documentation
Links to documentation supporting these rule changes:
https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use
2021-10-28 04:52:49 -03:00
Brian Douglas
cdd9e946da
Merge pull request #3757 from parsalotfy/patch-3
2021-10-13 20:43:56 -07:00
xgdgsc
ea772bee1a
Update Syncthing.gitignore
2021-09-29 17:57:09 +08:00
xgdgsc
53f9e7ecea
Create Syncthing.gitignore
2021-09-29 17:52:57 +08:00
Lucien Zhang
edc2325d8e
Add vuepress v2.x temp and cache directory
2021-09-12 23:10:01 +09:00
Ole-Martin Bratteng
49ec6fd170
feat(node): added .stylelintcache
for stylelint
2021-09-12 03:02:20 +02:00
Aaron Sherber
dd412a73a7
Remove nuget.config from VisualStudio.gitignore
2021-09-08 22:24:42 -04:00
Frieder Bluemle
9ed4f28d3b
[Android] Cleanup and remove legacy stuff
2021-09-09 03:29:38 +02:00
Frieder Bluemle
d799074b87
Revert "Added aar file type to gitignore ( #3233 )"
...
This reverts commit 1c114570c7
.
2021-09-09 03:27:06 +02:00
Frieder Bluemle
5f92ce62c1
Revert "add android lint files"
...
This reverts commit 240dd3f321
.
2021-09-09 03:27:06 +02:00