gitignore
gitignore copied to clipboard
A collection of useful .gitignore templates
### Reasons for making this change Added gitignore for the LASAL software environment - required for programming SIGMATEK Automation PLCs, HMIs, Safety PLCs, and drives. ### Links to documentation supporting...
When pytest is run with `--cov-report=lcov`, `*.lcov` files will be created. These should be gitignored.
### Reasons for making this change Before this change, `$read` file isn't properly ignored ### Links to documentation supporting these rule changes https://utau2008.xrea.jp/ ### Merge and Approval Steps - [...
Add ignore to ".vsconfig" file Reasons for making this change The .vsconfigfile is auto-generated by Visual Studio to declare project-specific development environment dependencies (e.g., workloads, SDKs, extensions). Including it in...
Added /UIElementsSchema to Unity.gitignore ### Reasons for making this change /UIElementsSchema is an auto-generated folder created by Unity. It is used in the UI Toolkit, which is the mainstream UI...
This is an extended version of the Python .gitignore file and doesn't include cached files, navigation files, or other files that should not be included in a production version of...
@**Reasons for making this change:** _TODO_ **Links to documentation supporting these rule changes:** _TODO_ If this is a new template: - **Link to application or project’s homepage**: _TODO_
### Reasons for making this change Add extra rules ### Links to documentation supporting these rule changes - .venv -> .venv/ to denote its a directory - venv/ is also...
### Reasons for making this change This update modernizes the Angular .gitignore template to align with the latest Angular CLI defaults and community best practices. It removes obsolete patterns (like...
### Reasons for making this change Visual Studio is available only for Windows but not for Mac and Unix based OS. So, for those cases, developers must use Visual Studio...