| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Now linking to the official npm FAQ entry (with tl;dr) rather than straight to mikeal's blog post
|
|
|
|
|
|
| |
The "build" directory is lost in this refactor, as many JS projects
do wish to include a minified/concatenated version of their source
in the "build" folder in source control.
|
|\
| |
| | |
Rails: Ignore config/secrets.yml
|
| | |
|
| | |
|
|\ \
| |/
|/| |
Remove duplicate rule
|
|/ |
|
|\
| |
| | |
Update Delphi to include new extensions
|
| |\
| |/
|/| |
|
|\ \
| | |
| | | |
Added file for Common Lisp.
|
| | | |
|
|\ \ \
| | | |
| | | | |
Added ipa file to Objective-C.gitignore
|
| |/ / |
|
|\ \ \
| |/ /
|/| | |
Update Java to exclude J2ME Mobile Tools for Java
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Use absolute paths to the files to ignore
|
|/ / /
| | |
| | | |
This fixes an issue where index.php within a theme directory would be ignored, when the intention was to just ignore the index.php file in the root.
|
|\ \ \
| | | |
| | | | |
C: Ignore Some Common File Extensions for Binaries on Linux
|
| |\ \ \ |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
More updates
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
More upstream merges
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Upstream merges
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
I messed this up partially.
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
add-common-linux-compile-file-extensions
Conflicts:
C.gitignore
Updates done.
|
| | |_|_|_|_|_|/ /
| |/| | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
I use this system in a few of the projects I've contributed to, to
ignore architecture-specific linux binaries.
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Remove duplicate line in Objective-C.gitignore
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
The pattern `*.xccheckout` is already ignored on line 15.
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
plugin.xml shouldn't be in source control. This is a Grails plugin artifact
|
| |/ / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
Ignore MonoDevelop cache files
|
| |/ / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|/ /
|/| | | | | | | | | |
Added .gitignore for Scrivener
|
| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|/ /
|/| | | | | | | | | |
Ignore worksheet directory
|
| | |/ / / / / / /
| |/| | | | | | |
| | | | | | | | | |
Since Scala IDE V3.0 has worksheets which are like a REPL session on steroids. For the worksheet to function `*.scala` files get created in a hidden `.worksheet` directory. As these are auto-generated the directory should be ignored.
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Ignore elpa and eshell generated files
|
| |/ / / / / / / / |
|
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/ /
|/| | | | | | | | |
Ignore file for elisp projects
|
| |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
- Ignore compiled files
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Ignore files created by maven-release-plugin
|
| |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Maven Release Plugin provides a standard mechanism to release project
artifacts.
During the various phases of the execution the plugin create various
files, especially if you do a dry run that allows you to see the changes
that the plugin will perform on your pom files
mvn release:prepare -D dryRun=true
It will create
- `release.properties` - copy of the properties to be used
- `pom.xml.releaseBackup` - the pom.xml prior to any changes
- `pom.xml.tag` - the pom.xml as it will look when tagged
- `pom.xml.next` - the pom.xml as it will look for the next iteration
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Add Lazarus IDE ignore file (in global dir this time)
|
| | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ |
|
| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
Ignore rope files.
|
| | |/ / / / / / / /
| |/| | | | | | | |
| | | | | | | | | | |
Rope (https://bitbucket.org/zjes/rope_py3k/overview) is a refactoring tool for Python. It creates temporary files in `.ropeproject` to cache data. These files should be ignored by default.
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
add 'build' to Node.gitignore
|
| |/ / / / / / / / /
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
This is to exclude compiled code from nodejs addons.
Reference: http://nodejs.org/api/addons.html
|