- 04 4月, 2014 11 次提交
-
-
由 cheddar 提交于
This is a PR to remove the opinionated lines from the Node.js .gitignore file. I do not believe that Github's pre-baked .gitignore files should be promulgating opinions, especially in a community that is as fresh as the Node.js community. Questions of what should be checked in should be a decision made on an organization-by-organization basis, or left up to the individual. Github's inclusion of opinion in these files puts unnecessary authority behind that opinion, which can have the negative side-effect of people following without thinking.
-
由 Carl Suster 提交于
gitignore to ignore sftp Sublime Text config file
-
由 Domenico LucianI 提交于
-
由 Carl Suster 提交于
-
由 Jim Roepcke 提交于
-
由 Carl Suster 提交于
ignore web deploy settings by default for security, but add a TODO comment
-
由 Carl Suster 提交于
Updated OSX.gitignore to include directories commonly created on AFP shares
-
由 Carl Suster 提交于
Added other common compression formats to ArchLinuxPackages
-
由 Carl Suster 提交于
Fixes uncomplete CTools by removing overly-broad and irrelevant (?) cache rule
-
由 Carl Suster 提交于
Do not ignore .ncrunch* in Visual Studio projects.
-
由 Jamie Humphries 提交于
This was ignoring .ncrunchproject and .ncrunchsolution files. NCrunch recommend that both of these files are checked in to source control.
-
- 01 4月, 2014 1 次提交
-
-
由 Carl Suster 提交于
add delphi .dcu
-
- 31 3月, 2014 5 次提交
-
-
由 ONion 提交于
-
由 ONion 提交于
-
由 ONion 提交于
.DCU (Delphi Compiled Unit) files are binary files that are used between compiling source (text) and linking the executable. They're created by the compiler, joined together in memory, combined with the startup code and put into an actual executable (.EXE/.DLL/.BPL) by the linker
-
由 Carl Suster 提交于
Add 'pom.xml.versionsBackup' to Maven template
-
由 Namik Nuhanovic 提交于
'mvn versions:use-latest-versions' generates 'pom.xml.versionsBackup' file, because '-DgenerateBackupPoms=true' is default; see http://mojo.codehaus.org/versions-maven-plugin/use-latest-versions-mojo.html#generateBackupPoms
-
- 28 3月, 2014 2 次提交
-
-
由 Ivan Zuzak 提交于
-
由 Ivan Zuzak 提交于
-
- 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
-
- 25 3月, 2014 1 次提交
-
-
由 notbear 提交于
Ignoring cache/ makes also necessary files ignored: modules/ctools/page_manager/plugins/cache/page_manager_context.inc modules/ctools/plugins/cache/simple.inc modules/ctools/plugins/cache/export_ui.inc See: https://drupal.org/comment/7001628#comment-7001628
-
- 21 3月, 2014 6 次提交
-
-
由 Francisco Pina Martins 提交于
-
由 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 2 次提交
-
-
由 Carl Suster 提交于
Add OpenCart template
-
由 Carl Suster 提交于
Update Dart template for pub, dart2js
-