File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 11
11
! /bin /
12
12
! /CHANGELOG *
13
13
! /docs /
14
+ ! /knexfile.ts
14
15
! /lib /
16
+ ! /migrations /
15
17
! /LICENSE *
16
18
! /package.json
17
19
! /README *
18
20
! /scripts /
21
+ ! /seeds /
19
22
! /tap-snapshots /
20
23
! /test /
21
24
! /tsconfig * .json
22
25
23
26
# re-ignore typescript output artifacts
27
+ /knexfile.js
28
+ /knexfile.d.ts
24
29
/bin /** /* .js
25
30
/bin /** /* .d.ts
26
31
/lib /** /* .js
27
32
/lib /** /* .d.ts
33
+ /migrations /** /* .js
34
+ /migrations /** /* .d.ts
28
35
/scripts /** /* .js
29
36
/scripts /** /* .d.ts
37
+ /seeds /** /* .js
38
+ /seeds /** /* .d.ts
30
39
/test /** /* .js
31
40
/test /** /* .d.ts
32
41
Original file line number Diff line number Diff line change 11
11
!/bin/
12
12
!/CHANGELOG*
13
13
!/docs/
14
+ !/knexfile.ts
14
15
!/lib/
16
+ !/migrations/
15
17
!/LICENSE*
16
18
!/package.json
17
19
!/README*
18
20
!/scripts/
21
+ !/seeds/
19
22
!/tap-snapshots/
20
23
!/test/
21
24
!/tsconfig*.json
22
25
23
26
# re-ignore typescript output artifacts
27
+ /knexfile.js
28
+ /knexfile.d.ts
24
29
/bin/**/*.js
25
30
/bin/**/*.d.ts
26
31
/lib/**/*.js
27
32
/lib/**/*.d.ts
33
+ /migrations/**/*.js
34
+ /migrations/**/*.d.ts
28
35
/scripts/**/*.js
29
36
/scripts/**/*.d.ts
37
+ /seeds/**/*.js
38
+ /seeds/**/*.d.ts
30
39
/test/**/*.js
31
40
/test/**/*.d.ts
32
41
You can’t perform that action at this time.
0 commit comments