Skip to content

Commit

Permalink
fix(gitattributes): Fix Docker Compose configuration file appear in t…
Browse files Browse the repository at this point in the history
…he release archive

As we currently only use it to create environment for testing it shouldn't be in the release archive.

Fixes #38.

Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Oct 5, 2024
1 parent 1a4fa54 commit 210883c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions real.gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# Avoid exporting development files to release archive
/.* export-ignore
/continuous-integration export-ignore
/docker-compose.yaml export-ignore

# Keep editorconfig for ease of editing of product files
/.editorconfig -export-ignore

0 comments on commit 210883c

Please sign in to comment.