aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2719 from tejashah88/patch-1Brendan Forster2018-05-281-0/+3
|\ | | | | Add ".serverless" to gitignore
| * Add .serverless to gitignoreTejas Shah2018-05-271-0/+3
|/
* Merge pull request #2714 from mastertinner/patch-1Brendan Forster2018-05-271-1/+4
|\ | | | | Ignore Terraform crash log files
| * Ignore Terraform crash log filesTobi Fuhrimann2018-05-261-1/+4
| |
* | Merge pull request #2711 from rootbeersoup/masterBrendan Forster2018-05-261-0/+2
|\ \ | | | | | | Add all Sass sourcemap file formats
| * | Add all sourcemap file formatsDarryl Abbate2018-05-241-0/+2
| |/
* | Merge pull request #2713 from segayuu/patch-1Brendan Forster2018-05-261-0/+3
|\ \ | |/ |/| Add Vuepress build defalult output Directory
| * Add Vuepress build defalult output Directorysegayuu2018-05-251-0/+3
|/
* Merge pull request #2705 from giggio/patch-1Brendan Forster2018-05-211-1/+0
|\ | | | | Do not ignore launchsettings.json for VS
| * Do not ignore launchsettings.json for VSGiovanni Bassi2018-05-191-1/+0
|/ | | | | | | 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.
* Merge pull request #2698 from eelregit/latexrunBrendan Forster2018-05-141-0/+4
|\ | | | | Add latexrun default directory for auxiliary files
| * Add latexrun default directory for auxiliary filesYin Li2018-05-121-0/+4
| |
* | Merge pull request #2650 from jkodroff/patch-1Brendan Forster2018-05-141-2/+5
|\ \ | |/ |/| Remove tfvars files from Terraform.gitignore
| * Update Terraform.gitignoreJosh Kodroff2018-05-131-0/+6
| |
| * Remove tfvars files from Terraform.gitignoreJosh Kodroff2018-04-041-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `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.
* | Merge pull request #2696 from KenjiOhtsuka/feature/ignore_dbnavigator_configBrendan Forster2018-05-121-0/+1
|\ \ | | | | | | Update JetBrains.gitignore
| * | Update JetBrains.gitignoreKenji Ohtsuka2018-05-101-0/+1
|/ / | | | | | | | | ignore dbnavigator.xml because it contains sensitive data, such as host, port, db, user name, and so on.
* | Merge pull request #2688 from nschonni/patch-1Brendan Forster2018-05-021-0/+1
|\ \ | | | | | | Ignore Reporting Project Upgrade backup files
| * | Ignore Reporting Project Upgrade backup filesNick Schonning2018-05-021-0/+1
|/ / | | | | The conversion process from the old custom rptproj to the MSBuild based projects creates a .bak backup file
* | Merge pull request #2687 from igorepst/masterBrendan Forster2018-05-021-0/+2
|\ \ | | | | | | Add persistent undo to Vim.gitignore
| * | Add persistent undo to Vim.gitignoreIgor Epstein2018-05-011-0/+2
|/ /
* | Merge pull request #2683 from thomaslima/latex-elsarticleBrendan Forster2018-04-301-0/+3
|\ \ | | | | | | adding exception for *.spl from elsarticle.cls
| * | adding exception for *.spl from elsarticle.clsThomas Ferreira de Lima2018-04-291-0/+3
| | |
* | | Merge pull request #2681 from owenblacker/patch-1Brendan Forster2018-04-301-0/+1
|\ \ \ | |/ / |/| | Added *.opendb
| * | Added *.opendbOwen Blacker2018-04-281-0/+1
|/ /
* | Merge pull request #2666 from juliancadi/masterBrendan Forster2018-04-171-1/+1
|\ \ | | | | | | [Fastlane] Specify screenshot files only, rather than whole folder (i…
| * | [Fastlane] Specify screenshot files only, rather than whole folder (in case ↵Julian Caicedo2018-04-161-1/+1
| | | | | | | | | | | | | | | | | | 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.
* | | Merge pull request #2664 from kilian442/patch-1Brendan Forster2018-04-161-1/+1
|\ \ \ | | | | | | | | Visual studio cache issue
| * | | Visual studio cache issuekilian4422018-04-161-1/+1
|/ / / | | | | | | /.vs/ do not catch the visual studio cache folder but .vs/ do
* | | Merge pull request #2662 from juliancadi/masterBrendan Forster2018-04-161-1/+1
|\| | | | | | | | [Fastlane] Specify screenshot files only, rather than whole folder (in case the user has frameit config)
| * | Double asterisk in pathJulian Caicedo2018-04-151-1/+1
| | |
| * | Specify screenshot files only, not whole folderJulian Caicedo2018-04-131-1/+1
| | | | | | | | | | | | 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.
* | | Merge pull request #2663 from koppor/patch-1Brendan Forster2018-04-141-0/+3
|\ \ \ | |/ / |/| | [TeX] Ignore generated *.xmpi files
| * | Ignore generated *.xmpi filesOliver Kopp2018-04-131-0/+3
|/ / | | | | | | | | Source: https://texdoc.net/pkg/xmpincl -> page 3: > basically create a new file .xmpi
* | Merge pull request #2652 from twhitbeck/jetbrains-add-shelfBrendan Forster2018-04-131-1/+2
|\ \ | | | | | | Add shelf to JetBrains.gitignore
| * | Add shelf to JetBrains.gitignoreTim Whitbeck2018-04-051-1/+2
| |/
* | Merge pull request #2661 from oscarandreu/patch-1Brendan Forster2018-04-121-0/+1
|\ \ | | | | | | Added Apache NiFi .nar files
| * | Added NiFi .nar filesÓscar Andreu2018-04-121-0/+1
|/ /
* | Merge pull request #2660 from jnslmk/masterBrendan Forster2018-04-111-0/+2
|\ \ | | | | | | Added *.nlo and *.nls extensions to TeX.gitignore
| * | Added *.nlo and *.nls extensions to TeX.gitignoreJonas Lemke2018-04-101-0/+2
| | |
* | | Merge pull request #2648 from leesah/masterBrendan Forster2018-04-111-0/+1
|\ \ \ | | | | | | | | Update Android.gitignore
| * | | Update Android.gitignoreSah (esaalii)2018-03-311-0/+1
| | | | | | | | | | | | | | | | Ignore .idea/assetWizardSettings.xml for Android Studio 3.1
* | | | Merge pull request #2659 from matthewrdev/patch-1Brendan Forster2018-04-111-0/+3
|\ \ \ \ | |_|/ / |/| | | Added MFractor's working folder to VisualStudio.gitignore
| * | | Added MFractor's working folder to VisualStudio.gitignoreMatthew Robbins2018-04-091-0/+3
|/ / / | | | | | | | | | | | | 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).
* | | Merge pull request #2642 from linlux/masterBrendan Forster2018-04-081-0/+2
|\ \ \ | | | | | | | | added: *.iobj, *.ipdb
| * | | added: *.iobj, *.ipdblinlux2018-03-261-0/+2
| | | | | | | | | | | | | | | | "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
* | | | Merge pull request #2656 from rivajunior/patch-1Brendan Forster2018-04-081-0/+1
|\ \ \ \ | | | | | | | | | | Add a new .msix extension
| * | | | Add a new .msix extensionRiva Junior2018-04-071-0/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge pull request #2653 from k4rtik/correct-linkBrendan Forster2018-04-071-1/+1
|\ \ \ \ | |_|_|/ |/| | | Fix the anchor to ignore section
| * | | Fix the anchor to ignore sectionKartik Singhal2018-04-051-1/+1
|/ / /