Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
refactor: add docker ignore (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahautlatinis authored Oct 13, 2023
1 parent 5589921 commit 6ee00c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- uses: actions/checkout@v3

- name: Install dependencies
run: make; echo "test it on your personnal machine"
run: echo "test it on your personnal machine"
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- uses: actions/checkout@v3

- name: Install dependencies
run: make; echo "test it on your personnal machine"
run: echo "test it on your personnal machine"
1 change: 1 addition & 0 deletions srcs/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
README.md

0 comments on commit 6ee00c2

Please sign in to comment.