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
Jannis vH
a117ddb61a
Gitignore template for Beef programming language
2021-11-03 21:47:57 +01: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
GuillemPM
4101e3f666
Add .gitignore for Microsoft Business Central
2021-11-02 10:44:10 +01: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
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
Edward Rowe
7bcea28191
Unity: Remove exclusion for *.meta files
...
If a user has ignored an asset (no matter how dubious that decision may be), they also want to ignore the .meta file. Instead of bringing back .metas that have been ignored, this template should trust that a user has ignored the files they want to ignore.
You'd encounter this issue if you had added an ignore for an asset and its meta above this Unity template, or if another template ignored an asset and meta.
In general excludes may be dangerous in these templates, as they can have unintended consequences on other templates.
2021-10-13 08:40:50 -04: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
방성범 (Bang Seongbeom)
8be0bf6f8f
Make not to ignore *.code-workspace
...
**Reasons for making this change:**
Workspace file can allow you to have an individual VS Code setting file for each project, which is useful for monorepo-based development.
You can find an example on [lit/lit/lit-next.code-workspace](08f60328ab/lit-next.code-workspace
).
**Links to documentation supporting these rule changes:**
https://code.visualstudio.com/docs/editor/multi-root-workspaces#_workspace-file
2021-09-18 17:12:32 +09: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
Frieder Bluemle
9c6c78a472
Revert "Commenting out Android keystore files"
...
This reverts commit 77145f787f
.
2021-09-09 03:27:06 +02:00
Brian Douglas
b0012e4930
Merge pull request #3781 from GrpeApple/master
...
Remove trailing whitespace
2021-08-17 22:54:19 -07:00
Brian Douglas
4beee3e113
Merge pull request #3771 from hecon5/AddSpecsIntact
...
Adding in support for Nasa SpecsIntact
2021-08-17 22:52:29 -07:00
Brian Douglas
de998693ab
Merge pull request #3775 from michael-orzel/patch-1
...
Add period and capitalized letter for formatting
2021-08-17 22:27:54 -07:00
GrpeApple
1a84870ad7
Remove trailing whitespace
2021-07-11 13:03:23 +08:00
Michael Orzel
87aaa50bcb
Add period and capitalized letter for formatting
2021-07-01 10:50:20 -04:00
Hecon5
d9caa61ceb
Adding in support for Nasa SpecsIntact
2021-06-23 11:24:29 -04:00
Parsa
1503b47796
Revert #3706
...
Revert changes in #3706 due to the inconveniency which developers reported by commenting the added line.
2021-06-12 14:49:35 +04:30
Brian Douglas
991e760c1c
Merge pull request #3652 from arthur-targaryen/patch-1
...
style(Autotools): remove trailing whitespaces
2021-06-09 21:32:08 -07:00
Brian Douglas
b229a6b917
Merge pull request #3660 from devtimi/patch-1
...
Update Xojo.gitignore for changes to .obsolete
2021-06-09 21:30:08 -07:00
Brian Douglas
6b9f02ead2
Merge pull request #3755 from Abdulrahman-AlGhamdi/master
...
Add `.idea/jarRepositories.xml` to Android.gitignore
2021-06-09 21:19:59 -07:00
Abdulrahman Al-Ghamdi
25d6008c28
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
2021-06-07 11:32:20 +03: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
3bb7b4b767
Merge pull request #3647 from thatrobotdev/patch-1
...
Delete fixed workaround for Gradle
2021-05-25 14:22:36 +01:00
Martin Woodward
d0f978135b
Merge pull request #3651 from kachick/node-ignore-envs
...
Ignore `.env.production` in Node.js
2021-05-25 12:00:57 +01: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
Martin Woodward
e7231f28d9
Merge pull request #3732 from sakurayang/patch-1
...
add pnpm debug file to Node.gitignore
2021-05-25 11:42:38 +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
Martin Woodward
11c070911c
Merge pull request #3739 from callumbwhyte/umbraco-ood-flag
...
Excluding ood.flag in all folders for Umbraco gitignore
2021-05-25 11:19:46 +01:00
Ícaro Lima
bfb5f318de
Update Unity.gitignore
2021-05-23 11:08:58 -03:00
Callum Whyte
82fca3b67b
Excluding odd.flag in all folders for Umbraco gitignore
2021-05-16 19:35:36 +01:00
Gerardyang
346dd74788
add pnpm debug file to Node.gitignore
2021-05-12 23:18:59 +08:00