7 lines
189 B
Plaintext
7 lines
189 B
Plaintext
|
# path/to/project/root/.eslintignore
|
||
|
# /node_modules/* and /bower_components/* in the project root are ignored by default
|
||
|
|
||
|
# Ignore built files except build/index.js
|
||
|
src/embarkArtifacts/*
|
||
|
|