Commit graph

10 commits

Author SHA1 Message Date
Ben Iofel
d744c227ac remove .DS_Store (#2055) 2018-11-30 18:43:01 +02:00
Jesse Rosenberger
549a64eec6
Add support for Jest JUnit test output for consumption by CircleCI.
This should hopefully make it easier to quickly identify failing tests
within the CircleCI interface since CircleCI will be able to
programmatically consume the test results.
2018-09-26 22:47:58 +03:00
Jesse Rosenberger
22b0cc2c9e
Reduce the scope of the .gitignore file to be specifically what we need. 2018-09-26 14:32:52 +03:00
Martijn Walraven
943b91a564 Don't ignore package-lock.json 2018-08-11 16:45:03 +02:00
Jesse Rosenberger
96c65a4e16
Add docs/db.json to the root .gitignore so prettier will ignore it.
While this file is actually ignored by a `.gitignore` which lives inside the
`docs` directory (as is consistent with the various docs repositories or
sub-trees), prettier is being told to ignore files in the top-level
`.gitignore` and only supports a single `--ignore-path` file.

This will allow it to skip trying to format this `.json` file.
2018-03-13 15:41:36 +02:00
Sashko Stubailo
2dddbc52b6 1.1.2 (#515)
* 1.1.2

* Add package lock to gitignore

* v1.1.2

* vundefined
2017-08-23 21:34:26 -07:00
Nick Nance
cd102b1ce9 improve typings config (#27) 2016-06-13 11:08:04 -07:00
James Baxley
b7df901124 adjusted target environment, added chai typings, and fixed a couple typescript bugs 2016-06-10 20:47:22 -04:00
Jonas Helfer
8cf64326ac ignore dist folder 2016-04-24 15:59:15 -07:00
Jonas Helfer
a850c95c7c Initial commit 2016-04-21 02:26:01 -07:00