This website works better with JavaScript
Home
Explore
Help
Sign In
wiki
/
weseek__growi
mirror of
https://github.com/weseek/growi
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
add .eslintignore
Yuki Takei
8 years ago
parent
93e3249eed
commit
fa0fcb941a
1 changed files
with
6 additions
and
0 deletions
Split View
Show Diff Stats
6
0
.eslintignore
+ 6
- 0
.eslintignore
View File
@@ -0,0 +1,6 @@
+/.github/**
+/.vscode/**
+/node_modules/**
+/public/**
+/test/**
+/tmp/**