Skip to content

Commit d95acda

Browse files
PluiexoPluiexo
Pluiexo
authored and
Pluiexo
committed
Fix gitignore
1 parent 22d0a07 commit d95acda

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/githubAction.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
platform: [macos-latest]
10-
#commplatform: [ubuntu-latest, macos-latest, windows-latest]
9+
platform: [ubuntu-latest, macos-latest, windows-latest]
1110
runs-on: ${{ matrix.platform }}
1211

1312
steps:

.gitignore

+1-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,4 @@ text-ui-test/EXPECTED-UNIX.TXT
2424

2525
#Removed save data from the application
2626
data/duke.txt
27-
data/*
28-
29-
#Any jar files created
30-
*.jar
27+
data/*

gradle/wrapper/gradle-wrapper.jar

60.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)