- 26 3月, 2014 3 次提交
-
-
由 Carpii (iMac) 提交于
-
由 Carl Suster 提交于
Added bin-release folder to FlexBuilder .gitignore
-
由 Steven Noto 提交于
Updated to include 'bin-release' folder, another folder for generated binary builds
-
- 21 3月, 2014 5 次提交
-
-
由 Carl Suster 提交于
Support for Phalcon, a PHP Framework Manually fixed up the rules in the original PR to be consistent with our omission of the trailing asterisk elsewhere. Fixes #846.
-
由 Carl Suster 提交于
-
由 Carl Suster 提交于
This is #921 without the addition of editor-specific rules.
-
由 Torben Werner 提交于
The original ignore was far too general and results in eliminating packages named "db" or "project", for example. These are not that uncommon for package names. Fixes #921.
-
由 Carl Suster 提交于
Rules for TeX packages sagetex and sympytex; Rdata
-
- 20 3月, 2014 2 次提交
-
-
由 Carl Suster 提交于
Extract XCode to a Global/ template
-
由 MacPro: Fabien Sanglard 提交于
-
- 19 3月, 2014 4 次提交
-
-
由 Carl Suster 提交于
Add Global/SlickEdit.gitignore template
-
由 John Munkhoff 提交于
Remove unnecessary wording about negative ignore rules.
-
由 Carl Suster 提交于
[Objective-C] Comment out CocoaPods rules
-
由 John Munkhoff 提交于
This commit adds a global ignore file for SlickEdit, a commercial editor. SlickEdit will create the following files when the user sets up a workspace: *.vpw Workspace file. Contains a list of project files associated with the workspace. *.vpj Project file. Contains the project’s settings, including the list of source files. *.vpwhist Workspace history file for Windows. Contains user session information (list of open files, debugger breakpoints, etc.) *.vpwhistu Workspace history file for UNIX/Linux/MacOSX. (Same as above.) *.vtg Workspace tag file. Contains a database of source code symbols. It is assumed that GitHub users will generally not want to store their workspace and project files in a repository, so those files are ignored globally. However, those files do not contain user-specific data so they could be stored in a repository and shared among developers if desired for a particular project. This can be done by adding rules like ’!*.vpw’ and ‘!*.vpj’ to the project’s .gitignore file. The workspace history and tag files contain user-specific data, so they should not be stored in a repository. For more information, download the PDF user guide from: http://www.slickedit.com/products/slickedit/product-documentation Note: The user guide is 1400 pages long and over 13MB in size. Searching for ‘vpwhist’ will lead to the section that discusses storing these files in a repository.
-
- 18 3月, 2014 2 次提交
-
-
由 Kyle Fuller 提交于
-
由 Carl Suster 提交于
Update Qt.gitignore with rules from qmake
-
- 17 3月, 2014 1 次提交
-
-
由 John Munkhoff 提交于
- Ignore '*.moc' files (foo.moc created when foo.cpp contains a Q_OBJECT.) - Ignore '/.qmake.cache' and '/.qmake.stash' as does the official Qt Creator project.
-
- 16 3月, 2014 4 次提交
-
-
由 Carl Suster 提交于
Add OpenCart template
-
由 Carl Suster 提交于
Update Dart template for pub, dart2js
-
由 Carl Suster 提交于
Add a support for packer
-
由 Dmitry Teslitsky 提交于
Ignore OpenCart config files, images, cache and logs.
-
- 13 3月, 2014 1 次提交
-
-
由 Kyle Fuller 提交于
We shouldn't be ignoring these, it's down to the user and we shouldn't enforce them to ignore the `Pods/` directory http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control?
-
- 09 3月, 2014 1 次提交
-
-
- 08 3月, 2014 3 次提交
-
-
由 Devon Carew 提交于
- add the `build/` directory to the .gitignore list (now created by pub). - add the `.dart.precompiled.js` files (created by dart2js) to the ignore list. And, sort and re-order the file.
-
由 Carl Suster 提交于
Remove duplicate line in Global/webMethods template
-
由 chirag sanghavi 提交于
-
- 06 3月, 2014 14 次提交
-
-
由 Adam Roben 提交于
Update JetBrains.gitignore
-
由 ssinss 提交于
-
由 Adam Roben 提交于
[Objective-C] Remove global rule
-
由 Adam Roben 提交于
[ChefCookbook] Remove global rules and lockfiles
-
由 Adam Roben 提交于
Merge RubyMotion into Ruby
-
由 Carl Suster 提交于
-
由 Carl Suster 提交于
-
由 Carl Suster 提交于
-
由 Carl Suster 提交于
-
由 Carl Suster 提交于
Ignore coverage results from coverage.py
-
由 Carl Suster 提交于
[VisualStudio] Remove Windows OS rules
-
由 Carl Suster 提交于
Remove a trailing asterisk for stylistic consistency
-
由 Ashic Mahtab 提交于
-
由 hugovk 提交于
coverage.py creates HTML reports in the htmlcov directory (this tool can also be used with coveralls.io) http://nedbatchelder.com/code/coverage/ https://pypi.python.org/pypi/coverage
-