- 14 Aug, 2016 2 commits
-
-
Brendan Forster authored
Updated for Joomla 3.6.2
-
Brendan Forster authored
Exclude folder for CodeRush settings
-
- 12 Aug, 2016 1 commit
-
-
bakeevdr authored
-
- 11 Aug, 2016 1 commit
-
-
Pascal Berger authored
-
- 08 Aug, 2016 2 commits
-
-
Brendan Forster authored
Remove config/secrets.yml
-
Steve Hull authored
Rails no longer generates this file with sensitive secrets (default now is to do `secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>` in production).
-
- 07 Aug, 2016 1 commit
-
-
Brendan Forster authored
Update Visual Studio Code to support workspace files.
-
- 05 Aug, 2016 1 commit
-
-
Brennan Fee authored
Visual Studio Code has a few files that can be placed into the workspace in order to share settings across users. Settings.json is for project specific overrides. Tasks.json is for executable tasks (build, gulp, etc.) While launch.json is for debugging specific tasks.
-
- 28 Jul, 2016 2 commits
-
-
Brendan Forster authored
Ignore elm-stuff project-wide
-
Eduard Kyvenko authored
-
- 25 Jul, 2016 2 commits
-
-
Brendan Forster authored
Adding index.html files for cache and upload folders
-
Tevfik Tümer authored
index.html should be in the upload and cache folders in order to avoid direct access
-
- 22 Jul, 2016 1 commit
-
-
Brendan Forster authored
Scala: Ignore ENSIME files
-
- 21 Jul, 2016 2 commits
-
-
Leandro Doctors authored
-
Brendan Forster authored
Correct .jar and .class mentions
-
- 18 Jul, 2016 2 commits
-
-
Brendan Forster authored
Add "*.out" to Go.gitignore
-
Leandro Doctors authored
-
- 14 Jul, 2016 2 commits
-
-
Brendan Forster authored
Ignore terraform module directory
-
Desmond O. Chang authored
See <https://www.terraform.io/docs/commands/get.html>
-
- 13 Jul, 2016 2 commits
-
-
Brendan Forster authored
Added project folder created by Consulo IDE to Unity.gitignore
-
Brendan Forster authored
Added gregoriotex
-
- 12 Jul, 2016 1 commit
-
-
Seungwon Park authored
See documentation at https://github.com/gregorio-project/gregorio
-
- 11 Jul, 2016 2 commits
-
-
Brendan Forster authored
Fix indentation 'Code Injection'
-
MinJun Kweon authored
-
- 10 Jul, 2016 4 commits
-
-
Brendan Forster authored
ignore busy indicator of uncompressed .synctex file
-
Brendan Forster authored
Add *.wrt produced by scrwfile
-
Brendan Forster authored
Ignore .pdf
-
Oliver Kopp authored
On Windows, when PDF is opened with Acrobat Reader, one gets following output: ! I can't write on file `document.pdf'. Please type another file name for output: If one simply presses "Enter" to continue, the file `.pdf` is generated. Since this is a common case and `.pdf` is never used as full file name, this file should be ignored, too.
-
- 09 Jul, 2016 2 commits
-
-
Oliver Kopp authored
-
Oliver Kopp authored
-
- 03 Jul, 2016 1 commit
-
-
Brendan Forster authored
Ignore *.pid.lock
-
- 02 Jul, 2016 1 commit
-
-
Roman Pushkin authored
Some popular applications (for example, Phusion Passenger) leave `*.pid.lock` file(s). For example, when you type `passenger start` with simple express app listening on port 3000, it leaves the following files: * `passenger.3000.pid` (removed when passenger stops) * `passenger.3000.log` * `passenger.3000.pid.lock` While `*pid` and `*.log` are ignored, `*.pid.lock` remains unignored. Phusion Passenger is quite popular, and `*.pid.lock` file should be ignored.
-
- 01 Jul, 2016 3 commits
-
-
Brendan Forster authored
Update Android.gitignore
-
Brendan Forster authored
Update TeX.gitignore
-
Brendan Forster authored
added prerequisites for C and C++
-
- 30 Jun, 2016 1 commit
-
-
Adrian Vovk authored
-
- 29 Jun, 2016 2 commits
- 26 Jun, 2016 1 commit
-
-
Brendan Forster authored
Only ignore the build directory in the same directory as .gitignore for Gradle
-
- 24 Jun, 2016 1 commit
-
-
Mike Kobit authored
If you have a Java package with `build` in it, the current version will always ignore files in that directory. This change makes it so only the root "build" directory is ignored. I believe that this assumes .gitignore is in the root of a project.
-