Skip to content

Commit d058d61

Browse files
committed
fix: generate gitignore with latest additions
1 parent 6589085 commit d058d61

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
!/.github/
1010
!/.gitignore
1111
!/.npmrc
12+
!/Dockerfile
1213
!/bin/
1314
!/CHANGELOG*
1415
!/docs/
@@ -23,7 +24,6 @@
2324
!/tap-snapshots/
2425
!/test/
2526
!/tsconfig*.json
26-
!Dockerfile
2727

2828
# re-ignore typescript output artifacts
2929
/knexfile.js

lib/content/gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44

55
# keep these
66
!**/.gitignore
7+
!/.devcontainer/
78
!/.eslintrc.js
89
!/.github/
910
!/.gitignore
1011
!/.npmrc
12+
!/Dockerfile
1113
!/bin/
1214
!/CHANGELOG*
1315
!/docs/

0 commit comments

Comments
 (0)