8 lines
110 B
Plaintext
8 lines
110 B
Plaintext
|
# Ignore everything by default
|
||
|
*
|
||
|
|
||
|
# Allow the public project files.
|
||
|
!src
|
||
|
!Dockerfile
|
||
|
!package*.json
|
||
|
!README.md
|