Browse Source

misc: ignore jshint files

They are automatically created by precommit-hook:
362a202498/bin/install (L5-L6)
master
Saúl Ibarra Corretgé 7 years ago
parent
commit
602c8610bf
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      .gitignore

+ 5
- 0
.gitignore View File

71
 
71
 
72
 # Bundle artifact
72
 # Bundle artifact
73
 *.jsbundle
73
 *.jsbundle
74
+
75
+# precommit-hook
76
+.jshintignore
77
+.jshintrc
78
+

Loading…
Cancel
Save