aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* spelling: utilsJosh Soref2017-11-081-1/+1
|
* spelling: intellijJosh Soref2017-11-081-1/+1
|
* Merge pull request #2509 from hantuzun/patch-1Brendan Forster2017-10-301-8/+7
|\ | | | | Update Terraform.gitignore
| * Update Terraform.gitignoreHan Tuzun2017-10-291-8/+7
| | | | | | | | | | | | | | Improvements: * `.terraform` directories could be created in any subdirectory when user runs `terraform init`. * Quite an interesting variations of`.tfstate` files are created by Terraform such as `.*.tfstate.d` or `.*.tfstate.lock.info`. It's best not to name any file with `*.tfstate.*` pattern. * `*.tfvars` files often contain private data and not supposed to be committed.
* | Merge pull request #2506 from cliffordp/patch-1Brendan Forster2017-10-301-1/+1
|\ \ | |/ |/| Fix link to go to current anchor
| * Fix link to go to current anchorClifford2017-10-271-1/+1
|/
* Merge pull request #2504 from Yousha/masterBrendan Forster2017-10-231-1/+1
|\ | | | | Windows.gitignore - Change desktop.ini to [Dd]esktop.ini
| * Change desktop.ini to [Dd]esktop.iniYousha Aleayoub2017-10-231-1/+1
|/
* Merge pull request #2503 from synepis/patch-1Brendan Forster2017-10-191-3/+3
|\ | | | | Ignore Nuget package directory name casing
| * Ignore Nuget package directory name casingsynepis2017-10-181-3/+3
|/ | | | It looks like VS2017 changed it's nuget package directory name to be capitalized. When using Ubuntu for Windows, directory name casing of NuGet package folder becomes important and detected as a change by git,. This change is to ignore regardless of casing.
* Merge pull request #2501 from flowonyx/patch-1Brendan Forster2017-10-161-2/+2
|\ | | | | Fixed typos in README.md
| * Fixed typos in README.mdflowonyx2017-10-161-2/+2
|/ | | There were just a couple of typos in the README that I fixed.
* Merge pull request #2496 from malhobayyeb/comment-out-android-keysBrendan Forster2017-10-091-1/+2
|\ | | | | Commenting out Android keystore files
| * Commenting out Android keystore filesMohammad Alhobayyeb2017-10-081-1/+2
|/ | | | | Android keystore files are critical and losing them is destructive. They should be commented out by default, the user should explicitly uncomment their line if they intend not to include them into their repository.
* Merge pull request #2482 from jimbob7198/patch-1Brendan Forster2017-09-211-0/+3
|\ | | | | Add exclusion of Visual Studio trace files (*.e2e)
| * Add exclusion of Visual Studio trace files (*.e2e)jimbob71982017-09-201-0/+3
| |
* | Merge pull request #2464 from Cadmus/masterBrendan Forster2017-09-211-0/+2
|\ \ | |/ |/| updated static and media files in django section
| * updated static and media files in django sectionRenjith S Raj2017-08-291-0/+2
| |
* | Merge pull request #2480 from Ckins/masterBrendan Forster2017-09-201-0/+9
|\ \ | | | | | | Update Autotools.gitignore
| * | Update Autotools.gitignoreKINSANG CHING2017-09-201-0/+9
| | | | | | | | | add files generated by the autotool m4.
* | | Merge pull request #2477 from Ckins/patch-1Brendan Forster2017-09-171-0/+3
|\ \ \ | |/ / |/| | Update OCaml.gitignore
| * | Update OCaml.gitignoreKINSANG CHING2017-09-151-0/+3
|/ / | | | | Merlin is a code completion for OCaml in Vim and Emacs. Such configuraing file is common
* | Merge pull request #2475 from Ayase-252/masterBrendan Forster2017-09-131-1/+1
|\ \ | | | | | | Fix failure to ignore Simulink autosave files
| * | Fix failure to ignore simulink autosave fileQingyu Deng2017-09-121-1/+1
| | | | | | | | | | | | | | | `.autosave` does not match the name of autosave file generated by simulink. A leading asterisk(*) is needed to match such name.
* | | Merge pull request #2474 from Ebola16/masterBrendan Forster2017-09-122-3/+0
|\ \ \ | |/ / |/| | Remove double-spaced lines
| * | Remove double-spaced linesRyan Meredith2017-09-122-3/+0
|/ /
* | Merge pull request #2328 from jpdillingham/opencover-visualstudioBrendan Forster2017-09-091-0/+3
|\ \ | | | | | | Add exclusion for OpenCover UI results
| * | Add exclusion for OpenCover UI resultsJP Dillingham2017-03-181-0/+3
| | |
* | | Merge pull request #2332 from alnassre/patch-1Brendan Forster2017-09-091-1/+1
|\ \ \ | | | | | | | | ignore logs on /administrator/logs/*
| * | | ignore logs on /administrator/logs/*Mansour Hussain Alnasser2017-03-241-1/+1
| | | |
* | | | Merge pull request #2410 from Coeur/patch-2Brendan Forster2017-09-091-9/+9
|\ \ \ \ | | | | | | | | | | clarifying when ignoring is not required
| * | | | clarifying when ignoring is not requiredAntoine Cœur2017-06-081-9/+9
| | | | |
* | | | | Merge pull request #2416 from jwg4/patch-2Brendan Forster2017-09-091-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Add names of backup folders created by terrarium
| * | | | | Add env.bak, re-arrangejwg42017-06-211-1/+2
| | | | | |
| * | | | | Add venv.bak - created by terrariumjwg42017-06-211-0/+1
| | | | | | | | | | | | | | | | | | Terrarium backs up old virtual environments by moving them to this dir.
* | | | | | Merge pull request #2397 from weinihou/masterBrendan Forster2017-09-091-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | add MANIFEST to Python.gitignore
| * | | | | | add MANIFEST to Python.gitignoreShiwei Sun2017-05-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add MANIFEST which is GENERATED by distutils Reasons for making this change: if you use distutils.core to setup, the file MANIFEST is generated by distutils when run 'python setup.py sdist'
* | | | | | | Merge pull request #2420 from niklasholm/masterBrendan Forster2017-09-091-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add extended DVI (XDV) to TeX.gitignore
| * | | | | | | Add extended DVI (XDV) to TeX.gitignoreNiklas Holm2017-06-261-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #2425 from sobolevn/patch-1Brendan Forster2017-09-091-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Updates Elixir gitignore file
| * | | | | | | Updates Elixir gitignore fileNikita Sobolev2017-07-081-0/+2
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Official `elixir`'s `gitignore` after running `mix new` contains these two lines: > # Where 3rd-party dependencies like ExDoc output generated docs. > /doc > # Ignore .fetch files in case you like to edit your project deps locally. > /.fetch They are missing at the moment.
* | | | | | | Merge pull request #2419 from soreng/patch-1Brendan Forster2017-09-091-0/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added link to source
| * | | | | | | Added link to sourceSøren Gregersen2017-06-261-0/+4
| |/ / / / / /
* | | | | | | Merge pull request #2429 from yetanotherchris/patch-1Brendan Forster2017-09-091-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update Terraform.gitignore - ignore terraform.tfvars
| * | | | | | | Update Terraform.gitignoreChris S2017-07-141-0/+3
| |/ / / / / / | | | | | | | | | | | | | | Added .tfvars file so for example AWS credentials aren't committed.
* | | | | | | Merge pull request #2422 from danilcha/masterBrendan Forster2017-09-091-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | .DS_Store is a file name, not an extension
| * | | | | | | .DS_Store is a file name, not an extensionDanila Piatov2017-07-061-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #2470 from fabioricali/patch-1Brendan Forster2017-09-091-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Adds some files
| * | | | | | | Adds some filesFabio Ricali2017-09-071-0/+2
|/ / / / / / /
* | | | | | | Merge pull request #2467 from rdela/patch-1Brendan Forster2017-09-031-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Node - update Compiled binary addons link to https