...
 
Commits (9)
    https://gitcode.net/github/gitignore/-/commit/8be0bf6f8ff86cfed5f4c47e3ec78b11c196ceeb Make not to ignore *.code-workspace 2021-09-18T17:12:32+09:00 방성범 (Bang Seongbeom) bangseongbeom@hotmail.com **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](<a href="https://github.com/lit/lit/blob/08f60328abf83113fe82c9d8ee43dc71f10a9b77/lit-next.code-workspace" rel="nofollow noreferrer noopener" target="_blank">https://github.com/lit/lit/blob/08f60328abf83113fe82c9d8ee43dc71f10a9b77/lit-next.code-workspace</a>). **Links to documentation supporting these rule changes:** <a href="https://code.visualstudio.com/docs/editor/multi-root-workspaces#_workspace-file" rel="nofollow noreferrer noopener" target="_blank">https://code.visualstudio.com/docs/editor/multi-root-workspaces#_workspace-file</a> https://gitcode.net/github/gitignore/-/commit/4101e3f666fb4944b1be6c28bd20cc4596409f90 Add .gitignore for Microsoft Business Central 2021-11-02T10:44:10+01:00 GuillemPM guillem.martin.p@gmail.com https://gitcode.net/github/gitignore/-/commit/450e32dd8f56bda53b15a17911e2448ffd286c12 Add files to Hugo.gitignore 2021-11-03T19:58:18+07:00 Patrick Kollitsch 83281+davidsneighbour@users.noreply.github.com Three new files to ignore for GoHugo repositories: - `/assets/jsconfig.json` - Quote from [JavaScript Building](<a href="https://gohugo.io/hugo-pipes/js/" rel="nofollow noreferrer noopener" target="_blank">https://gohugo.io/hugo-pipes/js/</a>): "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 ](<a href="https://gohugo.io/news/0.69.0-relnotes/" rel="nofollow noreferrer noopener" target="_blank">https://gohugo.io/news/0.69.0-relnotes/</a>): "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 ](<a href="https://gohugo.io/news/0.89.0-relnotes/" rel="nofollow noreferrer noopener" target="_blank">https://gohugo.io/news/0.89.0-relnotes/</a>): "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." https://gitcode.net/github/gitignore/-/commit/d228b84884bd788d7c93f46ea34949ba92325251 update Hugo.gitignore 2021-12-05T09:29:38+07:00 Patrick Kollitsch 83281+davidsneighbour@users.noreply.github.com https://gitcode.net/github/gitignore/-/commit/093b0fbce96a7d35e3967bae2add4480a64949fd Replace references of this repo's "master" branch 2021-12-06T23:39:54+01:00 Wiblz wiblzcode@gmail.com with "main". https://gitcode.net/github/gitignore/-/commit/4ceff238224479379665ebec6b54366ad2714576 Merge pull request #3910 from Wiblz/replace-master-branch-references 2021-12-06T22:28:26-08:00 Brian Douglas bdougie@users.noreply.github.com https://gitcode.net/github/gitignore/-/commit/2b8e5b36ecfc05cc5f82e54da44e4da6636a0f79 Merge pull request #3871 from GuillemPM/add-businesscentral 2021-12-06T22:46:21-08:00 Brian Douglas bdougie@users.noreply.github.com Add .gitignore for Microsoft Business Central https://gitcode.net/github/gitignore/-/commit/e65111c61888c36dabf07c6834959d736aa04291 Merge pull request #3873 from davidsneighbour/patch-1 2021-12-06T22:53:55-08:00 Brian Douglas bdougie@users.noreply.github.com Add files to Hugo.gitignore https://gitcode.net/github/gitignore/-/commit/996b2a21b2c005a2eceae4beb1741e10c84f817c Merge pull request #3832 from bangseongbeom/patch-1 2021-12-06T22:59:14-08:00 Brian Douglas bdougie@users.noreply.github.com Make not to ignore *.code-workspace
### AL ###
#Template for AL projects for Dynamics 365 Business Central
#launch.json folder
.vscode/
#Cache folder
.alcache/
#Symbols folder
.alpackages/
#Snapshots folder
.snapshots/
#Testing Output folder
.output/
#Extension App-file
*.app
#Rapid Application Development File
rad.json
#Translation Base-file
*.g.xlf
#License-file
*.flf
#Test results file
TestResults.xml
\ No newline at end of file
......@@ -3,7 +3,6 @@
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# Local History for Visual Studio Code
.history/
......@@ -139,7 +139,7 @@ cython_debug/
# PyCharm
# JetBrains specific template is maintainted in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
## Ignore Umbraco files/folders generated for each instance
##
## Get latest from https://github.com/github/gitignore/blob/master/Umbraco.gitignore
## Get latest from https://github.com/github/gitignore/blob/main/Umbraco.gitignore
# Note: VisualStudio gitignore rules may also be relevant
......
# This .gitignore file should be placed at the root of your Unity project directory
#
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
#
/[Ll]ibrary/
/[Tt]emp/
......
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
# User-specific files
*.rsuser
......
# Wordpress - ignore core, configuration, examples, uploads and logs.
# https://github.com/github/gitignore/blob/master/WordPress.gitignore
# https://github.com/github/gitignore/blob/main/WordPress.gitignore
# Core
#
......
# Generated files by hugo
/public/
/resources/_gen/
/assets/jsconfig.json
hugo_stats.json
# Executable may be added to repository
hugo.exe
......