-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ackrc
34 lines (32 loc) · 779 Bytes
/
.ackrc
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
# Options #
###########
--color
--sort-files
# File Types #
##############
--type-set=react=.jsx
--type-set=graphql=.graphql,.graphqls,.gql
--ignore-file=is:tags
--ignore-file=is:.tfplan
--ignore-file=is:yarn.lock
--ignore-file=is:yarn-error.log
--ignore-file=is:package-lock.json
--ignore-file=is:.eslintcache
# Directories #
###############
--ignore-directory=node_modules
--ignore-directory=.meteor
--ignore-directory=dist
--ignore-directory=build
--ignore-directory=bundle
--ignore-directory=.terraform
--ignore-directory=__generated__
--ignore-directory=build
--ignore-directory=amplify
--ignore-directory=__data__
--ignore-directory=tmp
--ignore-directory=patches
--ignore-directory=.serverless
--ignore-directory=.webpack
--ignore-directory=.nyc
--ignore-directory=jooq