forked from stacks-archive/blockstack-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.eslintignore
45 lines (38 loc) · 905 Bytes
/
.eslintignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Please remove files from this ignore file as you work on them
# and remove the lint.
#
# Prepending a ! to a line un-ignores the files that match the pattern.
build/*
gulp/*
flow-typed/*
tests/account/*
tests/fixtures/*
tests/profiles/*
tests/store/*
tests/utils/a*
tests/utils/e*
tests/utils/n*
app/js/account/A*
app/js/account/B*
app/js/account/Ch*
app/js/account/Cr*
app/js/account/store/settings*
app/js/components/*
!app/js/components/Navbar*
app/js/store/*
app/js/utils/*
!app/js/utils/account-utils*
app/js/profiles/store/*
app/js/profiles/tabs/*
app/js/profiles/Ex*
!app/js/profiles/Default*
app/js/profiles/Import*
app/js/profiles/ProfilesApp*
app/js/profiles/Reg*
app/js/profiles/Search*
!app/js/profiles/View
app/js/profiles/components/*
!app/js/profiles/components/Ident*
!app/js/profiles/components/registration*
!app/js/profiles/store/registration*
!app/js/profiles/store/identity*