fix: Add eslint ignore file to root

This commit is contained in:
Bouncey
2019-02-18 18:23:52 +00:00
committed by mrugesh mohapatra
parent 7a30a5c2dd
commit a229bc3a06

6
.eslintignore Normal file
View File

@ -0,0 +1,6 @@
**/node_modules/**
client/.cache/**
client/static/**
client/public/**
api-server/public/**
api-server/lib/**