Last change
on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
755 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | # Development stuff
|
---|
| 2 | test/
|
---|
| 3 | Gruntfile.js
|
---|
| 4 |
|
---|
| 5 | # Configuration files
|
---|
| 6 | .jscsrc
|
---|
| 7 | .jshintrc
|
---|
| 8 | .eslintrc
|
---|
| 9 | .travis.yml
|
---|
| 10 | bower.json
|
---|
| 11 |
|
---|
| 12 | # Logs
|
---|
| 13 | logs
|
---|
| 14 | *.log
|
---|
| 15 |
|
---|
| 16 | # Runtime data
|
---|
| 17 | pids
|
---|
| 18 | *.pid
|
---|
| 19 | *.seed
|
---|
| 20 |
|
---|
| 21 | # Directory for instrumented libs generated by jscoverage/JSCover
|
---|
| 22 | lib-cov
|
---|
| 23 |
|
---|
| 24 | # Coverage directory used by tools like istanbul
|
---|
| 25 | coverage
|
---|
| 26 |
|
---|
| 27 | # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
---|
| 28 | .grunt
|
---|
| 29 |
|
---|
| 30 | # Compiled binary addons (http://nodejs.org/api/addons.html)
|
---|
| 31 | build/Release
|
---|
| 32 |
|
---|
| 33 | # Dependency directory
|
---|
| 34 | # Deployed apps should consider commenting this line out:
|
---|
| 35 | # see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
|
---|
| 36 | node_modules
|
---|
| 37 |
|
---|
| 38 | # JetBrains exclusion
|
---|
| 39 | .idea
|
---|
| 40 |
|
---|
| 41 | # Source files
|
---|
| 42 | # src
|
---|
| 43 |
|
---|
| 44 | # example files
|
---|
| 45 | examples
|
---|
| 46 |
|
---|
| 47 | # Benchmark files
|
---|
| 48 | benchmark
|
---|
Note:
See
TracBrowser
for help on using the repository browser.