Skip to content

Commit

Permalink
build: Include directories for t4c server in gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzWeber0 committed Jan 4, 2023
1 parent 6a76ac6 commit 1a69e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ capella/versions/*/capella.zip
capella/versions/*/dropins/*
!capella/versions/*/dropins/.gitkeep
t4c/updateSite/*/*
t4c/server/*
t4c/server
!t4c/updateSite/*/.gitkeep
pure-variants/updateSite/*
!pure-variants/updateSite/.gitkeep
pure-variants/dependencies/*
!pure-variants/dependencies/.gitkeep
tests/t4c-server-test-data/*
tests/t4c-server-test-data
libs
ease/debug/libs/*
ease/extensions/*/*
Expand Down

0 comments on commit 1a69e45

Please sign in to comment.