- 29 Oct, 2017 3 commits
-
-
Brendan Forster authored
Update Terraform.gitignore
-
Brendan Forster authored
Fix link to go to current anchor
-
Han Tuzun authored
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.
-
- 27 Oct, 2017 1 commit
-
-
Clifford authored
-
- 23 Oct, 2017 2 commits
-
-
Brendan Forster authored
Windows.gitignore - Change desktop.ini to [Dd]esktop.ini
-
Yousha Aleayoub authored
-
- 19 Oct, 2017 1 commit
-
-
Brendan Forster authored
Ignore Nuget package directory name casing
-
- 18 Oct, 2017 1 commit
-
-
synepis authored
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.
-
- 16 Oct, 2017 1 commit
-
-
Brendan Forster authored
Fixed typos in README.md
-
- 15 Oct, 2017 1 commit
-
-
flowonyx authored
There were just a couple of typos in the README that I fixed.
-
- 09 Oct, 2017 1 commit
-
-
Brendan Forster authored
Commenting out Android keystore files
-
- 08 Oct, 2017 1 commit
-
-
Mohammad Alhobayyeb authored
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.
-
- 21 Sep, 2017 2 commits
-
-
Brendan Forster authored
Add exclusion of Visual Studio trace files (*.e2e)
-
Brendan Forster authored
updated static and media files in django section
-
- 20 Sep, 2017 3 commits
-
-
jimbob7198 authored
-
Brendan Forster authored
Update Autotools.gitignore
-
KINSANG CHING authored
add files generated by the autotool m4.
-
- 17 Sep, 2017 1 commit
-
-
Brendan Forster authored
Update OCaml.gitignore
-
- 15 Sep, 2017 1 commit
-
-
KINSANG CHING authored
Merlin is a code completion for OCaml in Vim and Emacs. Such configuraing file is common
-
- 12 Sep, 2017 4 commits
-
-
Brendan Forster authored
Fix failure to ignore Simulink autosave files
-
Brendan Forster authored
Remove double-spaced lines
-
Qingyu Deng authored
`.autosave` does not match the name of autosave file generated by simulink. A leading asterisk(*) is needed to match such name.
-
Ryan Meredith authored
-
- 09 Sep, 2017 11 commits
-
-
Brendan Forster authored
Add exclusion for OpenCover UI results
-
Brendan Forster authored
ignore logs on /administrator/logs/*
-
Brendan Forster authored
clarifying when ignoring is not required
-
Brendan Forster authored
Add names of backup folders created by terrarium
-
Brendan Forster authored
add MANIFEST to Python.gitignore
-
Brendan Forster authored
Add extended DVI (XDV) to TeX.gitignore
-
Brendan Forster authored
Updates Elixir gitignore file
-
Brendan Forster authored
Added link to source
-
Brendan Forster authored
Update Terraform.gitignore - ignore terraform.tfvars
-
Brendan Forster authored
.DS_Store is a file name, not an extension
-
Brendan Forster authored
Adds some files
-
- 07 Sep, 2017 1 commit
-
-
Fabio Ricali authored
-
- 03 Sep, 2017 1 commit
-
-
Brendan Forster authored
Node - update Compiled binary addons link to https
-
- 31 Aug, 2017 1 commit
-
-
Ricky de Laveaga authored
Node.gitignore build/Release Compiled binary addons: http to https https://nodejs.org/api/addons.html
-
- 29 Aug, 2017 3 commits
-
-
Brendan Forster authored
Nanoc: Ignore tmp/nanoc/, not tmp/
-
Denis Defreyne authored
-
Renjith S Raj authored
-