1
0
mirror of https://github.com/github/gitignore synced 2025-06-28 17:50:08 +02:00

3977 Commits

Author SHA1 Message Date
Marvin Vogt
bfa56dc5d8
Add .pdm-build/ 2023-12-28 14:21:54 +01:00
Loo Zheng Yuan
0bfdc4464c
feat: add KiCad lock/autosave files 2023-12-27 22:59:39 +08:00
Christopher Patton
930fa355b6 Add Obsidian community gitignore files 2023-11-05 16:59:47 -08:00
Hans Spaans
d7459a4850
Update Python.gitignore for PEP 441
PEP 441 introduces Python ZIP Applications to bundle a Python Application into a ZIP file with file extension `pyz`.
2023-11-04 12:04:43 +01:00
Rhys van der Waerden
f18cd633a9
Ignore mono_crash files
These can be generated by Unity on crash
2023-10-25 10:59:17 +11:00
Marvin Vogt
bb629fc14d
Update PDM docs reference
Co-authored-by: Leonardo Nascimento <6169152+leonaascimento@users.noreply.github.com>
2023-10-01 22:41:53 +02:00
laschuet
43dd159e4c Fix duplicate 2023-09-27 22:53:23 +02:00
William Entriken
716e3baab0
Add notes link 2023-09-18 15:43:20 -04:00
figsoda
2e9751fef2 Remove Cargo.lock from Rust 2023-09-03 16:40:40 -04:00
Krishnakumar Gopalakrishnan
09b5744d12 ignore split-dwarf debugging-related auxilary .dwo files for C and C++ projects 2023-08-30 17:09:46 +01:00
Jeremy Greenwood
392ef565be
Update Swift.gitignore - Remove Accio 2023-07-08 07:01:37 -04:00
Lars Schütz
aa0342778a
Support option abbreviations of glossaries-extra 2023-06-29 15:01:19 +02:00
Qi Zhang
724b724ea3
Update Julia.gitignore 2023-06-22 00:33:37 -04:00
Qi Zhang
d4a7a9a2fb
Update Julia.gitignore 2023-06-22 00:29:35 -04:00
Marko Kaznovac
c0e6cffccf
JetBrains.gitignore: add ignore for the HTTP Client's private environment
- documentation regarding env config files: https://www.jetbrains.com/help/idea/exploring-http-syntax.html#example-working-with-environment-files
- rename Rest Client to HTTP Client
2023-06-21 14:54:45 +02:00
Paul Meyer
a3a149d420
Merge branch 'github:main' into main 2023-06-18 20:01:59 +02:00
christophnz
3555ed25b4 Updated ignore rule for "umbraco" folder with trailing * to ensure include folders below are actually included 2023-06-17 22:05:30 +12:00
Michael Stepner
3c50c9f0af
Update Stata.gitignore to ignore new auto backup files
Stata 18 introduced an auto-backup feature which creates a temporary file while a code file is open it its IDE.

These auto-backup files are analogous to the [Microsoft Office backup files that are gitignored](https://github.com/github/gitignore/blob/main/Global/MicrosoftOffice.gitignore).

[Ref](https://www.stata.com/manuals/gsm13.pdf):
> The Do-file Editor now creates a backup file whenever it opens a document or creates a new one.
> When an existing document is opened, Stata creates a backup file of a document that is saved to disk
> in the same directory using the existing document’s filename prefixed with ~ and with the extension
> .stswp. When you edit a new and unsaved document, it saves the backup file to the temp directory.
> When a document is closed, the backup file is deleted. However, if Stata does not exit cleanly because
> of a power outage or a computer crash, the backup file is left behind.
2023-06-14 23:47:24 -05:00
Greg Chabala
6a8bcbde4c Update reference to Maven Wrapper exclusion 2023-06-09 17:44:40 -05:00
AsukaMinato
436c98e920
add deb 2023-05-24 14:29:42 +09:00
Christophe Saugé
4f0b7a0694
Update Python.gitignore
Add ruff cache. 
ruff tool: https://github.com/charliermarsh/ruff
ruff is becoming a very popular tool often run in pre-commit and aim to replace Flake8 (plus dozens of plugins), isort, pydocstyle, yesqa, eradicate, pyupgrade, and autoflake, all while executing tens or hundreds of times faster than any individual tool.
2023-05-01 20:49:13 +02:00
agiuliano
58488ef086 Fix .gitignore file 2023-04-13 09:54:42 +02:00
agiuliano
4eb280e7d5 Add Flutter.gitignore file 2023-04-13 09:49:20 +02:00
Marvin Vogt
e8131b2a80
Add .pdm-python to python gitignore 2023-04-09 18:25:17 +02:00
Anoduck
1df0d5f55d
Merge pull request #1 from anoduck/anoduck-patch-1
Added undo-tree
2023-03-20 05:51:56 +00:00
Anoduck
d34fe3a059
Added undo-tree
Added undo-tree, which is a popular package for undoing changes made to a file. It leaves hidden files everywhere, and can litter up a repository if not ignored. 

I have to add `*.~undo-tree~` to every `.gitignore` file in every repository I am working in. As you can guess, this gets very tedious.
2023-03-20 05:50:59 +00:00
Jen-Chieh Shen
64340cce99
elisp: Ignore more build tools
.eask, .eldev, .keg are other build tools like .cask.
dist is the default folder to build package distribution files.
2023-03-18 20:29:22 -07:00
Karl Horky
13048c4652
Remove pnpm debug log
- it is contained within `node_modules/`, which is already ignored
- the previous versions, which were not in `node_modules/`, did not have a period at the beginning of the filename

Changelog with proof here:

ba4b2db1f2/pnpm/CHANGELOG.md (L3330)
2023-03-09 11:56:06 +01:00
Kevin Kostrzewa
1ffc1f0a0c
Merge branch 'github:main' into add-trx 2023-03-01 19:36:49 -05:00
Kevin Kostrzewa
6743515cd3
Moved *.trx to MSTest section 2023-03-01 19:35:33 -05:00
Koji Hasegawa
4eb82ffd9b Add auto-generated scenes by Unity play mode tests 2023-02-05 23:17:08 +09:00
Tyler Pruitt
cf93b5277e Fix Metals gitignore
* Removed leading space so comments are treated as comments
* Updated Reference comment
* Updated ignored files to latest recommendation
2023-01-31 20:07:18 -06:00
Spirit
a749c0ebf7
Unignore .env.example
b236e1717b
2023-01-25 14:36:04 +03:00
Spirit
31fc17b810
Re-add .env.*
It's not recommended to have multiple `.env` files in the same environment. But it's safer to ignore it just in case.
2023-01-25 14:12:30 +03:00
Spirit
97a5a643ec
Remove Ruby dotenv conventions
These are considered in the Ruby `dotenv` package not in the node's one
2023-01-25 13:50:41 +03:00
tobolar
e538e96f2e Ignore flattened Modelica 2023-01-13 12:05:35 +01:00
tobolar
786acd1d0c Add gitignore for Modelica 2023-01-13 11:54:16 +01:00
Harsh Dadhich
66cbc9acca Add latexindent 2022-12-29 13:32:00 -08:00
Patrick Prémartin
fc05d64d6d
Added Delphi default compile/construct directories 2022-12-29 14:41:48 +01:00
Stefano Cordio
738b4f1362
Update maven-wrapper URL 2022-12-26 17:06:02 +01:00
Martin Woodward
4488915eec
Merge pull request #3567 from aaronfranke/godot 2022-12-18 19:57:19 +00:00
Noah Gilson
3b37c6d06c
Remove JetBrains IDE Files from VS Ignore List
https://github.com/dotnet/sdk/issues/29224
2022-12-13 15:57:24 -08:00
Sebastian Dietze
c70d6acf3e
Highlight origin of .gitignore 2022-10-17 19:49:01 +02:00
Sebastian Dietze
6ec71bb938
Create gitignore file for ECU-TEST workspaces 2022-10-17 19:48:56 +02:00
Josh Marshall
fee4d0f98e ignore meta files of unity packages
Unity packages were already ignored, but it seems in recent versions of Unity these also generate meta files for these. If the meta file isn't also ignored, the person who imports an asset containing a .unitypackage file could accidentally commit the meta files. For another who downloads those meta files, Unity would automatically delete them since they don't have the .unitypackage. The the importer commits them again and the cycle goes on and on until someone like me gets fed up.

This fixes that inconsistency by adding the *.unitypackage.meta to the ignore list.
2022-10-17 11:13:34 -04:00
Jaxel Rojas
9c1792744c
Add MSBuild_Logs/ to VisualStudio.gitignore
The MsBuild team added a switch to the Visual Studio engine that generates a debugging information under the directory MsBuild_Logs/ that shouldn't be in source control systems. Here's the [original PR](cdb5077c45) from the msbuild team. 

Here is the documentation from the msbuild team explaining the feature that [generates the path](https://github.com/dotnet/msbuild/blob/main/documentation/wiki/Building-Testing-and-Debugging-on-Full-Framework-MSBuild.md#logs)

Heres' a similar PR for the dotnet [runtime](https://github.com/dotnet/runtime/pull/59323)
2022-09-17 09:20:22 -04:00
Chaoses-Ib
c338343e39
Highlight the gitignore block in README 2022-09-11 00:52:46 +08:00
Khazbs
6623018b65
Ignore *.aab
Generated Android App Bundles (*.aab), like Android Packages (*.apk), should not be checked into VCS.
2022-08-02 16:45:34 +03:00
Rob Purser
3e4ee94a37
Merge pull request #2 from todd-flanagan/patch-1
Adding CTF Deployable Archive
2022-07-08 14:09:52 -04:00
todd-flanagan
9644568fcd
per review comments 2022-07-08 13:05:31 -04:00