-
-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy path.eslintignore
47 lines (44 loc) · 1.09 KB
/
.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
46
47
################################################
# ╔═╗╔═╗╦ ╦╔╗╔╔╦╗┬┌─┐┌┐┌┌─┐┬─┐┌─┐
# ║╣ ╚═╗║ ║║║║ ║ ││ ┬││││ │├┬┘├┤
# o╚═╝╚═╝╩═╝╩╝╚╝ ╩ ┴└─┘┘└┘└─┘┴└─└─┘
#
# > Glob patterns indicating files/directories
# > to exclude when checking code quality with
# > eslint.
#
# This file (`.eslintignore`) is only relevant
# if you are using eslint.
#
# It exists to signify to eslint that certain
# files and/or directories should be ignored for
# the purposes of linting -- e.g. because they
# are already minified, or external dependencies,
# etc.
#
# Some reasonable defaults are included below,
# but, of course, you should modify/extend/prune
# to fit your needs!
#
################################################
!.eslintrc.js
assets/dependencies/**/*.js
node_modules
.tmp
*~
*#
.DS_STORE
.netbeans
nbproject
.idea
.node_history
dump.rdb
.env
.nyc_output/*
coverage
assets/images/sdtdIcons
assets/playground
db-data/
test/output
models
migrations