Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ewald <johannes.ewald@peerigon.com>2014-05-20 15:30:14 +0400
committerJohannes Ewald <johannes.ewald@peerigon.com>2014-05-20 15:30:14 +0400
commit142fd2a21c4daa1a9a866be664c844dd6dac9f1c (patch)
tree7fa06960ba3c04e1df71d350dc8ec21cff6c8781 /.jshintignore
parent8b6fdfd3c3f1d4a1fa98672b2f6fb4683a9f54f1 (diff)
Updated ignore files
Diffstat (limited to '.jshintignore')
-rw-r--r--.jshintignore17
1 files changed, 8 insertions, 9 deletions
diff --git a/.jshintignore b/.jshintignore
index 7478b9b..02c5e83 100644
--- a/.jshintignore
+++ b/.jshintignore
@@ -12,13 +12,12 @@ logs
results
npm-debug.log
-node_modules
-coverage
-examples
-.idea
+/node_modules
+/coverage
+/examples
+/.idea
-lib/__get__.js
-lib/__set__.js
-test/testModules/strictModule.js
-test/testModules/someOtherModule.js
-node_modules \ No newline at end of file
+/lib/__get__.js
+/lib/__set__.js
+/test/testModules/strictModule.js
+/test/testModules/someOtherModule.js \ No newline at end of file