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
Brian Douglas
cdd9e946da
Merge pull request #3757 from parsalotfy/patch-3
2021-10-13 20:43:56 -07: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
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
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
Dan Toft
f3483b0072
Added SPFx (SharePoint Framework) gitignore
2021-05-12 10:56:57 +02:00
Leigh McCulloch
8713694f2f
Remove the all files matches from V.gitignore
2021-05-09 12:24:38 -07:00
Martin Woodward
b2ccc4644b
Merge pull request #3662 from KeisukeShima/feature/ROS2
...
Add ROS2 gitignore
2021-05-09 14:42:59 +01:00
Martin Woodward
b3fe09bd7d
Move into community folder
2021-05-09 14:41:47 +01:00
Martin Woodward
f0c2d8d943
Merge pull request #3674 from h3xx/autotools-config.cache
...
Update Autotools.gitignore
2021-05-09 14:32:14 +01:00
Martin Woodward
e68679e30c
Merge pull request #3684 from AliChraghi/master
...
Add Vlang Support By Vlang Community
2021-05-09 09:02:43 +01:00
Martin Woodward
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
Brian Douglas
88c0fe15e2
Merge pull request #3712 from RyanGlScott/rust-pdb
2021-05-08 07:26:14 -07:00
Martin Woodward
888439ee89
Merge pull request #3686 from tustin2121/tustin2121-vs-changes
2021-05-08 14:28:36 +01:00
Martin Woodward
e298e70cdc
Merge pull request #3689 from Udit8348/iar-technical-note
2021-05-08 00:08:31 +01:00
Brian Douglas
b3a7f8441d
Merge pull request #3724 from github/bdougie-patch-1
...
Update Dart.gitignore
2021-05-07 12:01:26 -07:00
Brian Douglas
9d3758088a
Update Dart.gitignore
2021-05-07 11:59:24 -07:00
Brian Douglas
036ccc1f5c
Merge pull request #3092 from sagatowski/twincat
...
Added gitignore-file for Beckhoff TwinCAT3.
2021-05-07 11:18:16 -07:00
Brian Douglas
f26f4b12b9
Merge pull request #3669 from koppor/patch-2
...
Add newpax
2021-05-07 11:09:30 -07:00
Martin Woodward
d21a9e8a68
Merge pull request #3722 from timheuer/master
...
Adding VS Code to global VS family
2021-05-07 19:07:52 +01:00
Martin Woodward
b3ece8cef6
Add newline.
2021-05-07 19:07:24 +01:00
Brian Douglas
cd49f8cbcf
Merge pull request #3704 from helderburato/add-strapi
...
Add Strapi CMS .gitignore
2021-05-07 10:58:31 -07:00
Brian Douglas
dffd1a0744
Rename Strapi.gitignore to community/Strapi.gitignore
2021-05-07 10:57:12 -07:00
Martin Woodward
4fb75626fc
Merge pull request #3326 from dsrini-open/aws-changes
...
[Global/JetBrains] Ignore AWS specific file with IDEA
2021-05-07 18:56:33 +01:00
Brian Douglas
6882bb1ebb
Merge pull request #3705 from hajlaoui-nader/add_scala_jvm_crash
...
add scala jvm crash logs
2021-05-07 10:54:50 -07:00
Brian Douglas
7c4d7f63f9
Merge pull request #3707 from adunning/patch-1
...
Add missing extension for GregorioTeX
2021-05-07 10:52:17 -07:00
Brian Douglas
023e3408ad
Merge pull request #3709 from Manoj-Paramsetti/patch-2
...
Ignore dotenv in dart
2021-05-07 10:49:15 -07:00
Martin Woodward
fcffeebfa5
Merge pull request #3706 from parsalotfy/patch-3
...
Add nuget.config file
2021-05-07 18:36:35 +01:00
Brian Douglas
ce10715425
Merge pull request #3719 from Atmelfan/altium-designer
...
Add AltiumDesigner.gitignore
2021-05-07 10:29:27 -07:00
Brian Douglas
045304bb12
Rename AltiumDesigner.gitignore to community/AltiumDesigner.gitignore
2021-05-07 10:27:54 -07:00
Tim Heuer
5db7eeab30
Adding VS Code to global VS family
2021-05-07 09:47:16 -07:00
Brian Douglas
5253281c9f
Merge pull request #3701 from JasonGross/patch-1
...
Update Coq.gitignore
2021-05-06 06:13:35 -07:00