Commit Graph

2900 Commits

Author SHA1 Message Date
Tobi Fuhrimann a58f1ab0cd Ignore Terraform crash log files 2018-05-26 14:36:41 +02:00
Brendan Forster 3d1f3fa52a
Merge pull request #2711 from rootbeersoup/master
Add all Sass sourcemap file formats
2018-05-26 15:32:45 +09:30
Brendan Forster 09d5855d13
Merge pull request #2713 from segayuu/patch-1
Add Vuepress build defalult output Directory
2018-05-26 15:25:13 +09:30
segayuu e2824c0903
Add Vuepress build defalult output Directory 2018-05-25 13:11:51 +09:00
Darryl Abbate 560f235f1f
Add all sourcemap file formats 2018-05-24 00:12:37 -05:00
Brendan Forster d67d1cae9a
Merge pull request #2705 from giggio/patch-1
Do not ignore launchsettings.json for VS
2018-05-21 09:48:41 +10:00
Giovanni Bassi c26008c00d
Do not ignore launchsettings.json for VS
Ignoring `launchSettings.json` does not make much sense. Now .NET CLI even considers this file when running with `dotnet run`, as you can read [here](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-run?tabs=netcore2x).

This settings will be useful if shared among project members, so it should be commited to the repo.

Also, on the default `.gitignore` file generated by Visual Studio it is not ignored, so this causes confusion, as depending on how `.gitignore` was created it could be commited in or not.
2018-05-19 20:56:25 -03:00
Brendan Forster e9c3096114
Merge pull request #2698 from eelregit/latexrun
Add latexrun default directory for auxiliary files
2018-05-14 10:51:33 +10:00
Brendan Forster 67ce838597
Merge pull request #2650 from jkodroff/patch-1
Remove tfvars files from Terraform.gitignore
2018-05-14 09:16:42 +10:00
Josh Kodroff da1a828471
Update Terraform.gitignore 2018-05-13 17:55:40 -04:00
Yin Li 47fd588296 Add latexrun default directory for auxiliary files 2018-05-12 10:29:57 -07:00
Brendan Forster 80a8803b00
Merge pull request #2696 from KenjiOhtsuka/feature/ignore_dbnavigator_config
Update JetBrains.gitignore
2018-05-12 09:32:55 +10:00
Kenji Ohtsuka 7054f5d9b4
Update JetBrains.gitignore
ignore dbnavigator.xml

because it contains sensitive data, such as host, port, db, user name, and so on.
2018-05-10 23:10:36 +09:00
Aniruddha Shastri 24d50f85db
Ignore the .cache folder for LabVIEW projects
Ignore the .cache folder for LabVIEW projects. This is a local folder with metadata used by LabVIEW NXG.
2018-05-09 13:28:57 -05:00
Jefry Dewangga d6ec68fd8d
Add exception for nuxt.js output 2018-05-06 17:31:38 +07:00
Brendan Forster 18e28746b0
Merge pull request #2688 from nschonni/patch-1
Ignore Reporting Project Upgrade backup files
2018-05-02 17:11:49 -07:00
Nick Schonning b442e97798
Ignore Reporting Project Upgrade backup files
The conversion process from the old custom rptproj to the MSBuild based projects creates a .bak backup file
2018-05-02 16:51:32 -04:00
Brendan Forster feadffd138
Merge pull request #2687 from igorepst/master
Add persistent undo to Vim.gitignore
2018-05-02 01:53:34 -07:00
Igor Epstein 17da48e4d6 Add persistent undo to Vim.gitignore 2018-05-01 22:02:53 +03:00
14roiron 767c1f8a1d
Exclude coder temporary folders 2018-05-01 11:39:32 -04:00
Brendan Forster 766e2a1f62
Merge pull request #2683 from thomaslima/latex-elsarticle
adding exception for *.spl from elsarticle.cls
2018-04-30 14:36:16 -05:00
Brendan Forster 247e2e2feb
Merge pull request #2681 from owenblacker/patch-1
Added *.opendb
2018-04-30 14:35:26 -05:00
Thomas Ferreira de Lima d878f04545
adding exception for *.spl from elsarticle.cls 2018-04-29 23:13:19 -04:00
Owen Blacker 4890151871
Added *.opendb 2018-04-28 15:13:48 +01:00
Brendan Forster 4b37ac26ff
Merge pull request #2666 from juliancadi/master
[Fastlane] Specify screenshot files only, rather than whole folder (i…
2018-04-17 08:19:37 +10:00
Julian Caicedo 25e7701e5f [Fastlane] Specify screenshot files only, rather than whole folder (in case the user has frameit config)
The whole screenshots folder shouldn't be ignore since there could be frameit configuration in it (Framefile.json, fonts, background.jpg, *.strings, etc...). It'd be better to just ignore the generated PNG screenshot files.
2018-04-16 19:01:55 +02:00
Brendan Forster 3fc6746769
Merge pull request #2664 from kilian442/patch-1
Visual studio cache issue
2018-04-16 17:32:10 +10:00
kilian442 168b75d7ec
Visual studio cache issue
/.vs/ do not catch the visual studio cache folder but .vs/ do
2018-04-16 09:12:00 +02:00
Brendan Forster a3a31c387c
Merge pull request #2662 from juliancadi/master
[Fastlane] Specify screenshot files only, rather than whole folder (in case the user has frameit config)
2018-04-16 11:59:01 +10:00
Julian Caicedo a9f6d9944e
Double asterisk in path 2018-04-15 15:34:51 +02:00
Brendan Forster 8218e6b320
Merge pull request #2663 from koppor/patch-1
[TeX] Ignore generated *.xmpi files
2018-04-14 15:04:52 +10:00
Oliver Kopp def46d4fa1
Ignore generated *.xmpi files
Source: https://texdoc.net/pkg/xmpincl -> page 3:

> basically create a new file .xmpi
2018-04-13 16:28:46 +02:00
Julian Caicedo 3abb3367bc Specify screenshot files only, not whole folder
The whole screenshots folder shouldn't be ignore since there could be frameit configuration in it (Framefile.json, fonts, background.jpg, *.strings, etc...). It'd be better to just ignore the generated PNG screenshots.
2018-04-13 12:23:48 +02:00
Brendan Forster f1d5981dd5
Merge pull request #2652 from twhitbeck/jetbrains-add-shelf
Add shelf to JetBrains.gitignore
2018-04-13 10:15:25 +10:00
Brendan Forster 56f374401d
Merge pull request #2661 from oscarandreu/patch-1
Added Apache NiFi .nar files
2018-04-12 19:38:31 +10:00
Óscar Andreu 52d686b17f
Added NiFi .nar files 2018-04-12 09:44:21 +01:00
Brendan Forster 6fc979633d
Merge pull request #2660 from jnslmk/master
Added *.nlo and *.nls extensions to TeX.gitignore
2018-04-11 14:16:07 +10:00
Brendan Forster 65d42ea006
Merge pull request #2648 from leesah/master
Update Android.gitignore
2018-04-11 14:15:41 +10:00
Brendan Forster 6ed8b7aa9a
Merge pull request #2659 from matthewrdev/patch-1
Added MFractor's working folder to VisualStudio.gitignore
2018-04-11 14:15:09 +10:00
Jonas Lemke 65bbc26647 Added *.nlo and *.nls extensions to TeX.gitignore 2018-04-10 14:55:14 +02:00
Matthew Robbins 5cdf57adf7
Added MFractor's working folder to VisualStudio.gitignore
MFractor is a Xamarin/Visual Studio Mac productivity tool used by 1000's of Xamarin developers.

The `.mfractor/` folder should not be included in source control (but often is).
2018-04-09 10:41:11 +10:00
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