gitignore icon indicating copy to clipboard operation
gitignore copied to clipboard

A collection of useful .gitignore templates

Results 414 gitignore issues
Sort by recently updated
recently updated
newest added

### Reasons for making this change To allow users to make use of the Assembly .gitignore file

### Reasons for making this change Daml (Digital Asset Modelling Language) is an open-source smart contract language used to build distributed ledger applications. This template helps Daml developers avoid committing...

### Reasons for making this change This is a continuation of #2901, to add missing metadata and system files. Changes I made: * Fixed/updated links * Omitted the HFS+ hardlink...

…ary files in Julia projects ### Reasons for making this change These additions help prevent accidental commits of files generated by the Revise package and common temporary files created by...

### Reasons for making this change As mcp's are becoming more common, sharing a workspace configuration of mcp servers is becoming more and more common with the mcp.json file. (https://code.visualstudio.com/docs/copilot/customization/mcp-servers#_add-an-mcp-server)...

### Reasons for making this change [Turbo Repo](https://turborepo.com/) is a widely used node monorepo tool used with various frameworks and packages. The `.turbo` directory contains build artifacts, logs, and cache...

### Reasons for making this change This PR adds and updates `.gitignore` templates specific to **Vue.js** and **React.js** projects. The goal is to provide developers with comprehensive and framework-specific ignore...

### Summary Add a short header comment to `Unity.gitignore` that points users to the` Global/` templates (JetBrains/Rider, Visual Studio, etc.). This helps prevent editor/OS noise from being committed into Unity...

Comments must have `#` starting the line. Inline `#`s would just prevent the ignore lines from working as intended. ### Reasons for making this change Fix a syntax error which...

We are planning to add a [new output path format](https://github.com/dotnet/designs/pull/281) to .NET projects which will by default put output in an `.artifacts` folder. So this PR adds that folder to...