mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
ESLint ignores built files
This commit is contained in:
parent
d19636295b
commit
ed0e242e07
|
|
@ -16,4 +16,7 @@ docs/_js/*.js
|
||||||
docs/js/
|
docs/js/
|
||||||
# This should be more like examples/**/thirdparty/** but
|
# This should be more like examples/**/thirdparty/** but
|
||||||
# we should fix https://github.com/facebook/esprima/pull/85 first
|
# we should fix https://github.com/facebook/esprima/pull/85 first
|
||||||
examples/
|
examples/
|
||||||
|
# Ignore built files.
|
||||||
|
build/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user