1
0
mirror of https://github.com/github/gitignore synced 2025-06-28 09:38:52 +02:00

3996 Commits

Author SHA1 Message Date
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
Taqveem Khalid
899669977b Add SSDT sqlproj specific gitignore file for database development using t-sql. 2023-01-04 11:20:35 +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
todd-flanagan
1fb3025596
Update MATLAB.gitignore
added entry for ctf artifacts
2022-07-08 11:12:03 -04:00
Rob Purser
348be0078f
Change MATLAB Drive comment 2022-07-07 09:33:21 -04:00
Rob Purser
ebf0dffb3a
Update the Global/MATLAB.gitignore instead
Elected to follow a PR strategy to update Global/MATLAB.gitignore first, then work to get it promoted.
2022-07-07 09:28:47 -04:00
Rob Purser
e3ff3d884b
Review Feedback
Revised with internal review feedback
2022-07-07 09:27:20 -04:00
Rob Purser
4c08c07f0b
Initial version from technical folks
Reviewed by @gulley @lrm29 @gwalker-dev @seangcote-home
2022-07-06 09:30:04 -04:00
Łukasz Kurzyniec
ae510dd9f4 added Approval Tests result files 2022-07-02 17:16:16 +02:00
Rob Purser
6dd64367a5
Add .p files
Add Derived Content-Obscured files (*.p)
2022-06-30 09:29:23 -04:00
Rob Purser
d330373269
Create MATLAB.gitignore 2022-06-30 09:26:31 -04:00
Anton Gilgur
f25639455e clean: remove outdated microbundle cache directories
- microbundle hasn't used these directories in 3+ years
  - d0e66da957
- and rollup-plugin-typescript2, which microbundle depends on and which
  actually created the dirs, hasn't used them in ~3 years either
  - ffda2e539b

- I help maintain rpt2 and formerly solo-maintained TSDX for ~1.5 years,
  which, as a fork of microbundle, has similarly used those directories
  in the past until I changed them
  - 55c0d47c0b
2022-06-04 18:41:45 -04:00
katexochen
d63f4b14ca Ignore go.work.sum 2022-05-31 18:40:47 +02:00
Brian Douglas
e5323759e3
Merge pull request #4062 from greystate/patch-1
Ignore SQLite files
2022-05-10 10:15:30 -07:00
Daniel Lathrop
f4d16fdeb1 Update Perl .gitignore to include Carton 2022-05-09 15:22:14 -05:00
Chriztian Steinmeier
aa4079ebec
Ignore SQLite files 2022-05-06 11:23:14 +02:00
kpowake
f845b5491a
Change output.json to output-metadata.json
...for newer version of Android Studio
2022-05-04 01:39:34 +09:00
Bryn Deering
9fffcae51a
Update VS Code ignores to match file in global
Updated the VS Code section of VisualStudio.gitignore to match the Global/VisualStudioCode.gitignore file.
2022-04-20 23:22:50 -04:00
Kevin Kostrzewa
64eaff4190
Update comment for ignoring *.trx files 2022-04-15 08:54:49 -04:00
Kevin Kostrzewa
8d481622d5
Ignore *.trx files 2022-04-15 08:53:44 -04:00
Idir Lankri
7b2ef3fdff
OCaml.gitignore: Ignore binary files containing info about compilation
See https://ocaml.org/manual/comp.html#s:comp-overview.
2022-04-07 16:38:30 +02:00
Idir Lankri
2fa9e45ac4
OCaml.gitignore: Make a comment a bit more precise
Resources:

    - https://github.com/ocaml/ocamlbuild/blob/master/manual/manual.adoc#110-source-and-build-directories-module-paths-include-paths
    - https://dune.readthedocs.io/en/stable/usage.html#custom-build-directory
2022-04-07 16:19:05 +02:00
Brian Douglas
d0b80a4699
Merge pull request #3976 from astrojuanlu/patch-1
Ignore PDM project-wide config
2022-03-28 20:18:27 -07:00
Jonathan Duke
c86c275f02 ignore temporary Microsoft Word template files (.dot/.dotx) 2022-03-25 11:50:40 -05:00
417-72KI
5521afc90a Remove CodeInjection block from Objective-C.gitignore 2022-03-08 11:21:58 +09:00
417-72KI
1e19baaccf Remove CodeInjection block from Swift.gitignore 2022-03-08 11:21:40 +09:00
Ojaswa Sharma
57c1500630
fix: typo in Python.gitignore 2022-02-24 15:03:55 +05:30
Juan Luis Cano Rodríguez
8e67b9420c
Update Python.gitignore 2022-02-20 11:29:55 +01:00
Juan Luis Cano Rodríguez
35b656aa85
Expand explanations on PDM
Co-authored-by: Lukasz Sobczuk <sobczuk.lukasz@wp.pl>
2022-02-18 18:54:31 +01:00
pvaleror
6a72e43229
Create Katalon.gitignore
Compiled config for Katalon Studio
2022-02-16 17:49:43 -05:00
Juan Luis Cano Rodríguez
0481f3bda8
Ignore PDM project-wide config
See https://pdm.fming.dev/#use-with-ide
2022-02-16 23:43:19 +01:00
Bick Doner
abbcca282f
Create Zig.gitignore 2022-02-16 13:36:16 +01:00
Brian Douglas
ce5da10a3a
Merge pull request #3943 from spdegabrielle/Racket1 2022-02-15 20:31:40 -08:00
Brian Douglas
438cb4af67
Merge pull request #3956 from snxx-lppxx/add-toit
Create Toit.gitignore
2022-02-10 20:28:05 -08:00