- 26 Sep, 2016 1 commit
-
-
Mike Ralphson authored
Add `*.tgz`, the output of `npm pack`, or other build-steps.
-
- 13 Sep, 2016 2 commits
-
-
Brendan Forster authored
Update Erlang.gitignore
-
Muromi Ukari authored
/ebin can't be simply ignored because *.app should be put here. [Erlang Applications](http://erlang.org/doc/design_principles/applications.html) > 8.4 Directory Structure > ebin - Contains the Erlang object code, the beam files. The .app file is also placed here.
-
- 12 Sep, 2016 3 commits
-
-
Brendan Forster authored
added VS code coverage files
-
Filip W authored
-
Brendan Forster authored
Ignore .jfm files in Visual Studio
-
- 09 Sep, 2016 1 commit
-
-
Kevin Cunnane authored
.jfm files have started blocking checking for .sqlproj projects in Visual Studio. .jfm files are a new file-type created by the Microsoft ESENT database engine - this is a recent improvement only in Windows 10 Anniversary update. As the SSDT .sqlproj type in Visual Studio uses this engine for .dbmdl metadata files, and this file is locked by the user, this currently blocks users from checking into Git repositories. This fix helps mitigate this by avoiding checkin of this file type.
-
- 08 Sep, 2016 1 commit
-
-
Brendan Forster authored
Introduce new Ansible template
-
- 07 Sep, 2016 1 commit
-
-
Serge van Ginderachter authored
-
- 06 Sep, 2016 1 commit
-
-
Brendan Forster authored
Update TeX.gitignore
-
- 05 Sep, 2016 1 commit
-
-
Vassilis authored
Added a line that adds the `auto` folder that Emacs+ AUCTex automatically creates in the gitignore list. More about this `auto` feature below https://www.gnu.org/software/auctex/manual/auctex/Parsing-Files.html
-
- 30 Aug, 2016 2 commits
-
-
Brendan Forster authored
Rename OSX.gitignore to macOS.gitignore
-
Jonathan authored
Apple renames OS X to macOS. Announced @ WWDC 2016
-
- 25 Aug, 2016 2 commits
-
-
Brendan Forster authored
nbactions.xml must not be ignored (?)
-
Brendan Forster authored
Added "Python Tools for Visual Studio" to VisualStudio.gitignore
-
- 23 Aug, 2016 1 commit
-
-
Matthias authored
__pycache__/ *.pyc
-
- 22 Aug, 2016 1 commit
-
-
Shubham Rao authored
This file as documentation (which seems lacking) states is used for calling custom Maven goals from the IDE. Ignoring this file was a source much confusion in few projects (mapping Run action to custom goals... etc etc) Also this file does anything worth ignoring Added by #145 Exclusion of `nbactions.xml` from `.gitgnore` should be discussed.
-
- 21 Aug, 2016 1 commit
-
-
Brendan Forster authored
Add eslint cache ignore for node projects.
-
- 19 Aug, 2016 1 commit
-
-
Kyle Pollock authored
-
- 17 Aug, 2016 3 commits
-
-
Brendan Forster authored
Add hidden virtualenv to Python template
-
Brendan Forster authored
Ignore GNU Global GSYMS database of other symbols
-
Brendan Forster authored
Update ignore for fastlane files in Objective-C
-
- 16 Aug, 2016 2 commits
-
-
Gabriel Oliva authored
-
Yves Martin authored
-
- 15 Aug, 2016 1 commit
-
-
Brendan Forster authored
ignore HTF test framework artifact directory
-
- 14 Aug, 2016 3 commits
-
-
Brendan Forster authored
Updated for Joomla 3.6.2
-
Brendan Forster authored
Exclude folder for CodeRush settings
-
Alexandre Bonnetain authored
-
- 12 Aug, 2016 1 commit
-
-
bakeevdr authored
-
- 11 Aug, 2016 1 commit
-
-
Pascal Berger authored
-
- 10 Aug, 2016 1 commit
-
-
Alexander Thiemann authored
See http://hackage.haskell.org/package/HTF-0.13.1.0/docs/Test-Framework-CmdlineOptions.html (opts_historyFile)
-
- 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
-