Commit Graph
9 Commits
Author SHA1 Message Date
Stuart P. Bentley 6b8815dc43 Remove Results classes from Node gitignore
These aren't really common patterns in the Node world, and if a Node project includes one of these types as files, they're as likely to want to include them in the project as not (`*.csv` is as likely to be a data source as `*.json`).
2014-02-28 12:46:45 -08:00
Stuart P. Bentley f3f11fb2f1 Node.gitignore: correct term for instrumentation 2014-01-07 02:52:27 -08:00
Stuart P. Bentley bdf8aec8f9 Add .grunt directory 2014-01-07 02:33:15 -08:00
Stuart P. Bentley 8845a345c0 Add coverage directory, rename coverage heading 2014-01-07 02:27:32 -08:00
Stuart P. Bentley b0440f97cc Add build/Release to Node gitignore
This re-covers the http://nodejs.org/api/addons.html case for which the "build" directory was added in 00686415c4, but doesn't break cross-environment projects that use the build directory for including concatenated/minified source. Mazel tov!
2014-01-07 01:49:40 -08:00
Stuart P. Bentley 935e9b4560 Clarify node_modules comment
Now linking to the official npm FAQ entry (with tl;dr) rather than straight to mikeal's blog post
2014-01-07 01:37:13 -08:00
Stuart P. Bentley d79a88b29f Refactor Node.gitignore with comments
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.
2014-01-02 20:02:57 -05:00
Stuart P. Bentley 446ba8454d Update Cloud9.gitignore
The next version of Cloud9 will use a top-level .c9 folder in the workspace for settings and metadata.
2014-01-02 16:51:35 -08:00
Stuart P. Bentley 39d25ad962 Add Cloud9 gitignore 2013-02-17 21:28:52 -08:00