Skip to content

Commit

Permalink
ignore native build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby committed Jul 24, 2024
1 parent c3cd141 commit 97d11ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions .github/actions/gradle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ runs:
uses: lukka/[email protected]

- uses: lukka/run-vcpkg@v11
with:
vcpkgJsonGlob: ./ziti-native-tunnel/vcpkg.json

- name: set up JDK 17
uses: actions/setup-java@v3
Expand Down
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@
/local.properties
.DS_Store
build/
.cxx/*
/captures
.externalNativeBuild

.idea/*
!.idea/vcs.xml
!.idea/runConfigurations/
!.idea/copyright/
libs/
release/
tunnel/.idea/
tunnel/local.properties
tunnel/gradle/wrapper/

0 comments on commit 97d11ae

Please sign in to comment.