We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6589085 commit d058d61Copy full SHA for d058d61
.gitignore
@@ -9,6 +9,7 @@
9
!/.github/
10
!/.gitignore
11
!/.npmrc
12
+!/Dockerfile
13
!/bin/
14
!/CHANGELOG*
15
!/docs/
@@ -23,7 +24,6 @@
23
24
!/tap-snapshots/
25
!/test/
26
!/tsconfig*.json
-!Dockerfile
27
28
# re-ignore typescript output artifacts
29
/knexfile.js
lib/content/gitignore
@@ -4,10 +4,12 @@
4
5
# keep these
6
!**/.gitignore
7
+!/.devcontainer/
8
!/.eslintrc.js
0 commit comments