1
0
mirror of https://github.com/github/gitignore synced 2024-05-28 00:10:11 +02:00
Commit Graph

2859 Commits

Author SHA1 Message Date
Brendan Forster
3269ab13d0
Merge pull request #2642 from linlux/master
added: *.iobj, *.ipdb
2018-04-08 21:13:13 +10:00
Brendan Forster
9a20dc9cbb
Merge pull request #2656 from rivajunior/patch-1
Add a new .msix extension
2018-04-08 20:38:39 +10:00
James Z.M. Gao
65f36cc6b6
maven-wrapper.jar can be removed from the source
see: https://github.com/takari/maven-wrapper#usage-without-binary-jar
2018-04-08 17:14:48 +08:00
Riva Junior
c6c8b8db0b
Add a new .msix extension
Microsoft was announced a new extension of installer for Windows. I just added that one to be ignored as default, like others installers files.
References:
https://blogs.windows.com/buildingapps/2018/03/07/three-things-need-know-windows-developer-day/
https://github.com/Microsoft/msix-packaging
2018-04-07 16:58:12 -03:00
Brendan Forster
b34e5b4a7c
Merge pull request #2653 from k4rtik/correct-link
Fix the anchor to ignore section
2018-04-07 10:47:17 +10:00
Kartik Singhal
1f6879c2ee
Fix the anchor to ignore section 2018-04-05 12:23:00 -05:00
Tim Whitbeck
f76d82c820 Add shelf to JetBrains.gitignore 2018-04-05 08:44:07 -04:00
Josh Kodroff
18bdb88484
Remove tfvars files from Terraform.gitignore
`tfvars` files should not be gitignore-d as they are used to parameterize a Terraform root for multiple environments, e.g.:

```bash
$ tree terraform/roots/vpc
terraform/roots/vpc
├── env
│   ├── production.tfvars
│   ├── qa.tfvars
│   └── staging.tfvars
└── main.tf
```

There may be a use case where a particular `tfvars` file should be ignored, but there's no naming convention I'm aware of to easily designate such a file.
2018-04-04 13:59:50 -04:00
Lukas Körfer
88c8869b31
Added default annotation processing directory to Eclipse.gitignore 2018-04-02 00:39:47 +02:00
Brendan Forster
07c730e1fc
Merge pull request #2644 from Terik23/ignore_idea_caches
Add the idea caches to gitignore
2018-04-01 14:19:02 +10:00
Sah (esaalii)
54f6f8ebad Update Android.gitignore
Ignore .idea/assetWizardSettings.xml for Android Studio 3.1
2018-03-31 19:10:23 +02:00
Brendan Forster
2aa0d6625a
Merge pull request #2646 from ikemo3/jetbrains-http
JetBrains: add .idea/httpRequests
2018-03-31 11:33:06 +11:00
Hideki Ikemoto
c64252ad68 JetBrains: add .idea/httpRequests
This directory used by HTTP Client in IntelliJ IDEA (and other product).
https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html#viewingResponse
2018-03-30 22:18:55 +09:00
Brendan Forster
be1d0e0a4c
Merge pull request #2643 from chimame/add_exclude_credential_master_key_of_rails
Add exclude credential master key of Rails 5.2
2018-03-29 11:12:32 +11:00
Terik23
d3be917271 Add the idea caches to gitignore 2018-03-28 19:24:48 +05:00
chimame
1af113752b Add exclude credential master key of Rails 5.2 2018-03-28 22:19:32 +09:00
linlux
a0f645dd33
added: *.iobj, *.ipdb
"These files are produced when Incremental Link-Time Code Generation (LTCG) is enabled."
https://stackoverflow.com/questions/31554559/possible-to-stop-generating-ipdb-iobj-files-by-visual-studio-2015
2018-03-26 12:43:10 +02:00
Brendan Forster
51f0ce3fed
Merge pull request #2640 from akelsch/patch-1
Improve JetBrains.gitignore styling
2018-03-26 09:15:08 +11:00
Arthur Kelsch
ec80f6d1a6
Remove unnecessary comment 2018-03-25 23:00:01 +02:00
Arthur Kelsch
6648c55504
Use one hashtag instead of two 2018-03-25 22:59:15 +02:00
Arthur Kelsch
5713541b52
Remove colons at the end of comments 2018-03-25 22:55:39 +02:00
Brendan Forster
33ea87bc0e
Merge pull request #2639 from gotonode/patch-1
Update Node.gitignore
2018-03-25 10:46:48 +11:00
gotonode
3b68f7e537
Update Node.gitignore 2018-03-24 12:08:54 +02:00
Adrian Reyer
f2458c0901
allow .ssh directory 2018-03-19 11:07:09 +01:00
Brendan Forster
5ec6269c94
Merge pull request #2629 from tirkarthi/patch-1
Update .gitignore with .cpcache
2018-03-18 16:21:28 +11:00
Xtreak
059d3235ba
Update .gitignore with .cpcache
The current clojure deps tool creates .cpcache directory in the project directory while using .deps.edn
2018-03-18 10:40:50 +05:30
Brendan Forster
04f8cce96c
Merge pull request #2627 from mariuz/patch-1
remove VS year from comments
2018-03-16 09:58:39 +11:00
Popa Marius Adrian
7b6718742a
remove VS year from comments 2018-03-15 15:51:27 +02:00
Brendan Forster
3edcb9bd71
Merge pull request #2625 from schnoddelbotz/update-rust-doc-link
Update documentation link cargo.toml vs cargo.lock
2018-03-13 10:25:28 -07:00
Jan Hacker
962020b16c
Update documentation link cargo.toml vs cargo.lock 2018-03-13 13:34:43 +01:00
Brendan Forster
1be61803a1
Merge pull request #2609 from josharian/master
Joomla: don't ignore .gitignore
2018-03-11 14:59:10 -07:00
Brendan Forster
2eba0d635f
Merge pull request #2612 from jtogrul/master
Ignored default sqlite database of Django
2018-03-11 14:58:48 -07:00
Brendan Forster
c663a87959
Merge pull request #2577 from cyliang/master
Remove unreasonable ignores for Python/Django
2018-03-11 14:48:23 -07:00
Brendan Forster
96b153a959
Merge pull request #2576 from jerzywie/master
Add .nvuser NVidia Nsight configuration file
2018-03-11 14:48:04 -07:00
Brendan Forster
14888e6973
Merge pull request #2580 from raterus/patch-1
Add rptproj.rptuser
2018-03-11 14:47:18 -07:00
Brendan Forster
26bf4840c6
Merge pull request #2611 from GusGA/master
Add {prod, dev, whatever_enviroment}.secret.exs in Elixir/Phoenix
2018-03-11 14:34:17 -07:00
Brendan Forster
432c590ff0
Merge pull request #2613 from fahall/master
Create Godot.gitignore
2018-03-11 14:32:56 -07:00
Brendan Forster
a26606555f
Merge pull request #2624 from patrickelectric/kicad
Kicad: Add more formats and documentation link
2018-03-11 14:29:23 -07:00
Patrick José Pereira
820f5343c0 KiCad: Add backup, cache and rascue formats
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2018-03-11 10:22:05 -03:00
Patrick José Pereira
afa7cc29c6 KiCad: Add formar documentation link
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2018-03-11 10:21:27 -03:00
庄天翼
5beb114816
Merge branch 'master' into patch-2 2018-03-10 12:05:34 +08:00
alex hall
433d622b9f
remove system specific ignores. 2018-03-07 15:34:01 -08:00
Brendan Forster
773eca0e04
Merge pull request #2616 from BlueNalgene/LaTeX_htlatex
Added htlatex for TeX.gitignore
2018-03-05 13:57:34 -08:00
Brendan Forster
d347c1a1c8
Merge pull request #2617 from kevmoo/patch-1
Dart.gitignore: Fix URL in comments
2018-03-04 09:54:25 +11:00
Kevin Moore
60ad7088f7
Fix URL in comments
Points to valid URI
2018-03-02 10:39:24 -08:00
Wesley T. Honeycutt
c4ed4015e6 Added htlatex for TeX.gitignore 2018-03-01 19:38:51 -06:00
alex hall
feacd863f3
Create Godot.gitignore
A simple .gitignore for the Godot game engine.
2018-02-25 14:55:31 -08:00
jtogrul
4f7105bd6e Ignored default sqlite database of Django 2018-02-25 14:57:08 +01:00
Gustavo Giménez
4f1daa4277
Add {prod, dev, whatever_enviroment}.secret.exs 2018-02-24 18:48:24 -03:00
Josh Bleecher Snyder
8ac0a9b09a Joomla: don't ignore .gitignore
Root .gitignore files should generally be checked in.
2018-02-23 08:07:25 -08:00