- 10 Nov, 2013 2 commits
-
-
Guillaume Girou authored
-
Carl Suster authored
Leiningen by default creates a 'target' directory, not 'targets'
-
- 09 Nov, 2013 3 commits
-
-
Ben Moss authored
-
Carl Suster authored
Add Composer.gitignore for composer packages
-
Haralan Dobrev authored
Libraries/Projects using [Composer](http://getcomposer.org) for dependency management should include a `.gitignore` file like this. It ignores the vendor folder which Composer uses for dependencies, classmaps and others. Composer keeps git repositories in this folder so it is cleaner if it is ignored. [`composer.lock` should not be ignored.](http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file) > Commit your application's composer.lock (along with composer.json) into version control. > For your library you may commit the composer.lock file if you want to. This can help your team to always test against the same dependency versions. However, this lock file will not have any effect on other projects that depend on it. It only has an effect on the main project.
-
- 08 Nov, 2013 22 commits
-
-
Adam Roben authored
Sort TeX template by packages (and rename)
-
Carl Suster authored
-
Manuel Rauber authored
-
Carl Suster authored
-
Carl Suster authored
Added Visual Studio .suo files
-
Adam Roben authored
Add comment to prevent *.sublime-project being ignored.
-
Carl Suster authored
Adding wp-config.php Back Into Version Control
-
Patrick Rauland authored
-
Carl Suster authored
-
Carl Suster authored
Based on advice in the documentation at http://www.sublimetext.com/docs/2/projects.html
-
Adam Roben authored
remove `npm-debug.log` entry
-
Dan Kerimdzhanov authored
-
Carl Suster authored
Ignore elf and hex files in C.gitignore
-
Adam Roben authored
Dart.gitignore updated to reflect instructions provided by authors
-
Adam Roben authored
Python.gitignore add coverage.xml
-
Adam Roben authored
.classpath and .project files are *meant to be versioned*
-
Carl Suster authored
Ignore Leiningen REPL history
-
Sean Brewer authored
-
Carl Suster authored
Make Python .gitignore directory entries match only directories
-
Chris Jerdonek authored
This commit also alphabetizes the distribution/packaging section after separating the directory entries from the file entries. I left alone a few entries that I'm not sure about (i.e. *.egg and the "Mr Developer" section).
-
Álison Fernandes authored
*.suo files are binary, user specific files generated by Visual Studio with some user configuration information, thus, don't need to be versioned.
-
= authored
-
- 07 Nov, 2013 13 commits
-
-
Adam Roben authored
Reverting change to ignore build subdirectories
-
Michael Gerbush authored
Conflicts: Objective-C.gitignore
-
Adam Roben authored
tighter and more perl entries
-
Adam Roben authored
Qt additions
-
Adam Roben authored
Ignore Rails directories instead of their files
-
Adam Roben authored
Added template for EPiServer
-
Adam Roben authored
Fix having TYPO3 core-files as symlinks and fixed product-name
-
Adam Roben authored
Ignore information for lein plugin directory.
-
Adam Roben authored
Magento 1.7 New Core Files & Folders Disregarded
-
Adam Roben authored
added composer.phar to Symfony2 gitignore
-
Adam Roben authored
Ignore generated MIDL header files
-
Carl Suster authored
LaTeX.gitignore: add .brf for files generated by hyperref
-
Niklas Rehfeld authored
.brf files are generated if the 'backref' or 'pagebackref' options of the hyperref package are enabled. These are intermediate files, so shouldn't be tracked.
-