]>
source.dussan.org Git - gitignore.git/log
JP-Ellis [Mon, 6 Dec 2021 23:31:40 +0000 (10:31 +1100)]
[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
Brian Douglas [Mon, 6 Dec 2021 17:10:40 +0000 (09:10 -0800)]
Merge pull request #3841 from xgdgsc/patch-1
Create Syncthing.gitignore
Brian Douglas [Mon, 6 Dec 2021 17:09:11 +0000 (09:09 -0800)]
Merge pull request #3906 from cruel-intentions/rename-master-to-main
doc(readme): master branch is now main
Hugo Sena Ribeiro [Mon, 6 Dec 2021 08:34:02 +0000 (05:34 -0300)]
doc(readme): master branch is now main
Brian Douglas [Sun, 5 Dec 2021 00:04:16 +0000 (16:04 -0800)]
Merge pull request #3316 from frederikhors/patch-1
[Node] Use real conventions
Brian Douglas [Sun, 5 Dec 2021 00:03:19 +0000 (16:03 -0800)]
Merge branch 'main' into patch-1
Brian Douglas [Sat, 4 Dec 2021 23:34:49 +0000 (15:34 -0800)]
Merge pull request #3751 from dmead28/LensStudio
Added LensStudio.gitignore (Ted Brown)
Brian Douglas [Sat, 4 Dec 2021 23:12:45 +0000 (15:12 -0800)]
Merge pull request #3825 from asherber/master
Remove nuget.config from VisualStudio.gitignore
Brian Douglas [Sat, 4 Dec 2021 23:12:29 +0000 (15:12 -0800)]
Merge branch 'main' into master
Brian Douglas [Sat, 4 Dec 2021 23:09:30 +0000 (15:09 -0800)]
Merge pull request #3829 from omBratteng/patch-1
feat(node): added `.stylelintcache` for stylelint
Brian Douglas [Sat, 4 Dec 2021 23:06:25 +0000 (15:06 -0800)]
Merge pull request #3830 from LucienZhang/master
Add vuepress v2.x temp and cache directory
Brian Douglas [Sat, 4 Dec 2021 22:26:50 +0000 (14:26 -0800)]
Merge pull request #3451 from BrianMSheldon/patch-1
Brian Douglas [Sat, 4 Dec 2021 22:18:33 +0000 (14:18 -0800)]
Merge pull request #3864 from dlibanori/patch-1
Brian Douglas [Sat, 4 Dec 2021 22:03:30 +0000 (14:03 -0800)]
Merge pull request #3885 from sryze/patch-1
Brian Douglas [Sat, 4 Dec 2021 21:58:58 +0000 (13:58 -0800)]
Merge pull request #3872 from baltpeter/patch-1
Brian Douglas [Sat, 4 Dec 2021 21:30:10 +0000 (13:30 -0800)]
Merge pull request #3880 from process1183/kicad.org
Brian Douglas [Sat, 4 Dec 2021 21:22:30 +0000 (13:22 -0800)]
Merge pull request #3884 from breml/add-go-work
Go: Ignore Go workspace file go.work
Brian Douglas [Sat, 4 Dec 2021 21:12:54 +0000 (13:12 -0800)]
Merge pull request #3888 from kevinjycui/unity-recorder
Ignore default Recordings folder created by Unity Recorder package
Brian Douglas [Sat, 4 Dec 2021 20:39:42 +0000 (12:39 -0800)]
Merge pull request #3295 from pedrosanta/wordpress-update
Update and fix WordPress gitignore
Brian Douglas [Sat, 4 Dec 2021 20:08:42 +0000 (12:08 -0800)]
Merge pull request #3121 from Polda18/master
Update VisualStudio.gitignore
Brian Douglas [Sat, 4 Dec 2021 20:06:56 +0000 (12:06 -0800)]
Update VisualStudio.gitignore
Co-authored-by: Jaan Jahilo <jaanjahilo@outlook.com>
Brian Douglas [Sat, 4 Dec 2021 20:01:42 +0000 (12:01 -0800)]
Merge pull request #3356 from afcuttin/glossaries-files
added file extensions when glossaries is loaded with "symbols" option
Brian Douglas [Sat, 4 Dec 2021 19:49:56 +0000 (11:49 -0800)]
Merge pull request #3895 from cmeeren/patch-1
Remove .idea folder from VisualStudio
Brian Douglas [Sat, 4 Dec 2021 19:41:02 +0000 (11:41 -0800)]
Merge pull request #3898 from faludigabor/master
AL Language gitignore template
Brian Douglas [Sat, 4 Dec 2021 19:11:38 +0000 (11:11 -0800)]
Merge pull request #3899 from Leixb/master
Add `.RDataTmp` to R.gitignore
Brian Douglas [Sat, 4 Dec 2021 15:56:06 +0000 (07:56 -0800)]
Merge pull request #3679 from ska80/idris2-updates
Update .gitignore for Idris 2
Brian Douglas [Sat, 4 Dec 2021 15:53:10 +0000 (07:53 -0800)]
Merge pull request #3742 from Icaro-Lima/master
Update Unity.gitignore
Brian Douglas [Fri, 3 Dec 2021 20:17:10 +0000 (12:17 -0800)]
Merge pull request #3903 from github/updates-pr-template
Adds a relationship question
Brian Douglas [Fri, 3 Dec 2021 20:13:29 +0000 (12:13 -0800)]
Adds a relationship question
Brian Douglas [Fri, 3 Dec 2021 19:58:15 +0000 (11:58 -0800)]
Merge pull request #2402 from friederbluemle/update-android-gitignore
[Android] Cleanup and remove legacy stuff
Brian Douglas [Fri, 3 Dec 2021 19:56:33 +0000 (11:56 -0800)]
removes .DS-Store from the PR 2402
Feel free to open a new PR for discussion on this.
LeixB [Mon, 29 Nov 2021 16:26:20 +0000 (17:26 +0100)]
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
Falu [Sun, 28 Nov 2021 07:34:56 +0000 (08:34 +0100)]
new line for validation
Falu [Sun, 28 Nov 2021 07:34:13 +0000 (08:34 +0100)]
adding the initial version of the AL Language
Christer van der Meeren [Wed, 24 Nov 2021 08:48:11 +0000 (09:48 +0100)]
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.
Kevin JY Cui [Tue, 16 Nov 2021 07:55:03 +0000 (02:55 -0500)]
Ignore default Recordings folder created by Unity Recorder package
Sergey Zolotarev [Sun, 14 Nov 2021 16:57:55 +0000 (22:57 +0600)]
Add replay_pid* to Java.gitignore
Lucas Bremgartner [Sat, 13 Nov 2021 17:14:24 +0000 (18:14 +0100)]
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
Josh Gadeken [Mon, 8 Nov 2021 10:50:27 +0000 (03:50 -0700)]
Update KiCad domain.
https://www.kicad.org/blog/2021/10/Avoid-links-to-former-kicad-domain/
Benjamin Altpeter [Tue, 2 Nov 2021 11:10:35 +0000 (11:10 +0000)]
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
Daniel Libanori [Thu, 28 Oct 2021 07:52:49 +0000 (04:52 -0300)]
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
Brian Douglas [Thu, 14 Oct 2021 03:43:56 +0000 (20:43 -0700)]
Merge pull request #3757 from parsalotfy/patch-3
xgdgsc [Wed, 29 Sep 2021 09:57:09 +0000 (17:57 +0800)]
Update Syncthing.gitignore
xgdgsc [Wed, 29 Sep 2021 09:52:57 +0000 (17:52 +0800)]
Create Syncthing.gitignore
Lucien Zhang [Sun, 12 Sep 2021 14:10:01 +0000 (23:10 +0900)]
Add vuepress v2.x temp and cache directory
Ole-Martin Bratteng [Sun, 12 Sep 2021 01:02:20 +0000 (03:02 +0200)]
feat(node): added `.stylelintcache` for stylelint
Aaron Sherber [Thu, 9 Sep 2021 02:24:42 +0000 (22:24 -0400)]
Remove nuget.config from VisualStudio.gitignore
Frieder Bluemle [Thu, 1 Jun 2017 07:30:55 +0000 (15:30 +0800)]
[Android] Cleanup and remove legacy stuff
Frieder Bluemle [Fri, 6 Dec 2019 21:34:53 +0000 (13:34 -0800)]
Revert "Added aar file type to gitignore (#3233)"
This reverts commit
1c114570c7659a59613ebc1fe45a5b07918df105 .
Frieder Bluemle [Wed, 20 Feb 2019 09:33:34 +0000 (17:33 +0800)]
Revert "add android lint files"
This reverts commit
240dd3f3213b53f96932a8d92dfb523ccb51c099 .
Frieder Bluemle [Mon, 16 Oct 2017 03:47:57 +0000 (11:47 +0800)]
Revert "Commenting out Android keystore files"
This reverts commit
77145f787f311efa66c570c5ffadea10a429bf21 .
Brian Douglas [Wed, 18 Aug 2021 05:54:19 +0000 (22:54 -0700)]
Merge pull request #3781 from GrpeApple/master
Remove trailing whitespace
Brian Douglas [Wed, 18 Aug 2021 05:52:29 +0000 (22:52 -0700)]
Merge pull request #3771 from hecon5/AddSpecsIntact
Adding in support for Nasa SpecsIntact
Brian Douglas [Wed, 18 Aug 2021 05:27:54 +0000 (22:27 -0700)]
Merge pull request #3775 from michael-orzel/patch-1
Add period and capitalized letter for formatting
GrpeApple [Sun, 11 Jul 2021 05:03:23 +0000 (13:03 +0800)]
Remove trailing whitespace
Michael Orzel [Thu, 1 Jul 2021 14:50:20 +0000 (10:50 -0400)]
Add period and capitalized letter for formatting
Hecon5 [Wed, 23 Jun 2021 15:24:29 +0000 (11:24 -0400)]
Adding in support for Nasa SpecsIntact
Parsa [Sat, 12 Jun 2021 10:19:35 +0000 (14:49 +0430)]
Revert #3706
Revert changes in #3706 due to the inconveniency which developers reported by commenting the added line.
Brian Douglas [Thu, 10 Jun 2021 04:32:08 +0000 (21:32 -0700)]
Merge pull request #3652 from arthur-targaryen/patch-1
style(Autotools): remove trailing whitespaces
Brian Douglas [Thu, 10 Jun 2021 04:30:08 +0000 (21:30 -0700)]
Merge pull request #3660 from devtimi/patch-1
Update Xojo.gitignore for changes to .obsolete
Brian Douglas [Thu, 10 Jun 2021 04:19:59 +0000 (21:19 -0700)]
Merge pull request #3755 from Abdulrahman-AlGhamdi/master
Add `.idea/jarRepositories.xml` to Android.gitignore
Abdulrahman Al-Ghamdi [Mon, 7 Jun 2021 08:32:20 +0000 (11:32 +0300)]
Add `.idea/jarRepositories.xml` to Android.gitignore
The file `.idea/jarRepositories.xml` should be added to .gitignore.
It is auto-generated and has only redundant information about remote jar repositories.
* https://www.jetbrains.com/help/idea/library.html#configure-custom-remote-repo
Doug Mead [Wed, 2 Jun 2021 18:54:29 +0000 (12:54 -0600)]
Added header
Doug Mead [Wed, 2 Jun 2021 18:48:49 +0000 (12:48 -0600)]
Added LensStudio.gitignore (Ted Brown)
Martin Woodward [Tue, 25 May 2021 13:22:36 +0000 (14:22 +0100)]
Merge pull request #3647 from thatrobotdev/patch-1
Delete fixed workaround for Gradle
Martin Woodward [Tue, 25 May 2021 11:00:57 +0000 (12:00 +0100)]
Merge pull request #3651 from kachick/node-ignore-envs
Ignore `.env.production` in Node.js
Martin Woodward [Tue, 25 May 2021 10:55:00 +0000 (11:55 +0100)]
Merge pull request #3727 from leighmcculloch/patch-1
Remove the all files matches from V.gitignore
Martin Woodward [Tue, 25 May 2021 10:45:53 +0000 (11:45 +0100)]
Merge pull request #3731 from Tanddant/master
Added SPFx (SharePoint Framework) gitignore
Martin Woodward [Tue, 25 May 2021 10:44:57 +0000 (11:44 +0100)]
Moved into community folder
Martin Woodward [Tue, 25 May 2021 10:42:38 +0000 (11:42 +0100)]
Merge pull request #3732 from sakurayang/patch-1
add pnpm debug file to Node.gitignore
Artur Tarassow [Tue, 25 May 2021 10:25:21 +0000 (12:25 +0200)]
Add template file for Gretl (#3737)
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Martin Woodward [Tue, 25 May 2021 10:19:46 +0000 (11:19 +0100)]
Merge pull request #3739 from callumbwhyte/umbraco-ood-flag
Excluding ood.flag in all folders for Umbraco gitignore
Ícaro Lima [Sun, 23 May 2021 14:08:58 +0000 (11:08 -0300)]
Update Unity.gitignore
Callum Whyte [Sun, 16 May 2021 18:35:36 +0000 (19:35 +0100)]
Excluding odd.flag in all folders for Umbraco gitignore
Gerardyang [Wed, 12 May 2021 15:18:59 +0000 (23:18 +0800)]
add pnpm debug file to Node.gitignore
Dan Toft [Wed, 12 May 2021 08:56:36 +0000 (10:56 +0200)]
Added SPFx (SharePoint Framework) gitignore
Leigh McCulloch [Sun, 9 May 2021 19:24:38 +0000 (12:24 -0700)]
Remove the all files matches from V.gitignore
Martin Woodward [Sun, 9 May 2021 13:42:59 +0000 (14:42 +0100)]
Merge pull request #3662 from KeisukeShima/feature/ROS2
Add ROS2 gitignore
Martin Woodward [Sun, 9 May 2021 13:41:47 +0000 (14:41 +0100)]
Move into community folder
Martin Woodward [Sun, 9 May 2021 13:32:14 +0000 (14:32 +0100)]
Merge pull request #3674 from h3xx/autotools-config.cache
Update Autotools.gitignore
Martin Woodward [Sun, 9 May 2021 08:02:43 +0000 (09:02 +0100)]
Merge pull request #3684 from AliChraghi/master
Add Vlang Support By Vlang Community
Martin Woodward [Sun, 9 May 2021 08:02:01 +0000 (09:02 +0100)]
Move Vlang tenmplate into community folder
To start we bring new contributions into the community folder.
Brian Douglas [Sat, 8 May 2021 14:26:14 +0000 (07:26 -0700)]
Merge pull request #3712 from RyanGlScott/rust-pdb
Martin Woodward [Sat, 8 May 2021 13:28:36 +0000 (14:28 +0100)]
Merge pull request #3686 from tustin2121/tustin2121-vs-changes
Martin Woodward [Fri, 7 May 2021 23:08:31 +0000 (00:08 +0100)]
Merge pull request #3689 from Udit8348/iar-technical-note
Brian Douglas [Fri, 7 May 2021 19:01:26 +0000 (12:01 -0700)]
Merge pull request #3724 from github/bdougie-patch-1
Update Dart.gitignore
Brian Douglas [Fri, 7 May 2021 18:59:24 +0000 (11:59 -0700)]
Update Dart.gitignore
Brian Douglas [Fri, 7 May 2021 18:18:16 +0000 (11:18 -0700)]
Merge pull request #3092 from sagatowski/twincat
Added gitignore-file for Beckhoff TwinCAT3.
Brian Douglas [Fri, 7 May 2021 18:09:30 +0000 (11:09 -0700)]
Merge pull request #3669 from koppor/patch-2
Add newpax
Martin Woodward [Fri, 7 May 2021 18:07:52 +0000 (19:07 +0100)]
Merge pull request #3722 from timheuer/master
Adding VS Code to global VS family
Martin Woodward [Fri, 7 May 2021 18:07:24 +0000 (19:07 +0100)]
Add newline.
Brian Douglas [Fri, 7 May 2021 17:58:31 +0000 (10:58 -0700)]
Merge pull request #3704 from helderburato/add-strapi
Add Strapi CMS .gitignore
Brian Douglas [Fri, 7 May 2021 17:57:12 +0000 (10:57 -0700)]
Rename Strapi.gitignore to community/Strapi.gitignore
Martin Woodward [Fri, 7 May 2021 17:56:33 +0000 (18:56 +0100)]
Merge pull request #3326 from dsrini-open/aws-changes
[Global/JetBrains] Ignore AWS specific file with IDEA
Brian Douglas [Fri, 7 May 2021 17:54:50 +0000 (10:54 -0700)]
Merge pull request #3705 from hajlaoui-nader/add_scala_jvm_crash
add scala jvm crash logs
Brian Douglas [Fri, 7 May 2021 17:52:17 +0000 (10:52 -0700)]
Merge pull request #3707 from adunning/patch-1
Add missing extension for GregorioTeX
Brian Douglas [Fri, 7 May 2021 17:49:15 +0000 (10:49 -0700)]
Merge pull request #3709 from Manoj-Paramsetti/patch-2
Ignore dotenv in dart
Martin Woodward [Fri, 7 May 2021 17:36:35 +0000 (18:36 +0100)]
Merge pull request #3706 from parsalotfy/patch-3
Add nuget.config file
Brian Douglas [Fri, 7 May 2021 17:29:27 +0000 (10:29 -0700)]
Merge pull request #3719 from Atmelfan/altium-designer
Add AltiumDesigner.gitignore
Brian Douglas [Fri, 7 May 2021 17:27:54 +0000 (10:27 -0700)]
Rename AltiumDesigner.gitignore to community/AltiumDesigner.gitignore