mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-01 11:36:41 +00:00
4577d72ead
Connects-to: #1032 Connects-to: #1148 Change-type: minor
20 lines
438 B
Plaintext
20 lines
438 B
Plaintext
# Note that the CLI "hardcodes" some dockerignore patterns in its source code,
|
|
# which get "merged" with the user's patterns in their .dockerginore file as follows:
|
|
#
|
|
# **/.git
|
|
# <user's patterns from their .dockerignore file go here>
|
|
# !**/.balena
|
|
# !**/.resin
|
|
# !**/Dockerfile
|
|
# !**/Dockerfile.*
|
|
# !**/docker-compose.yml
|
|
#
|
|
b.txt
|
|
Dockerfile
|
|
registry-secrets.json
|
|
src/*b.txt
|
|
**/.balena
|
|
**/dot.git
|
|
!.git/foo.txt
|
|
!vendor/.git
|