Skip to content

Commit

Permalink
Revert gitignore changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hahmed-dev committed Oct 20, 2023
1 parent 24ec8c4 commit ef62b54
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
clients/go/

clients/python/*
!clients/python/test/test_locales_api.py
!clients/python/test/test_uploads_api.py
Expand Down Expand Up @@ -54,19 +56,6 @@ clients/php/test/Api/*
!clients/php/test/Api/LocalesApiTest.php
!clients/php/test/Api/UploadsApiTest.php

clients/go/*.go
clients/go/README.md
clients/go/git_push.sh
clients/go/go.mod
clients/go/go.sum
clients/go/.gitignore
clients/go/.openapi-generator
clients/go/api/*
clients/go/docs
clients/go/test/*
!clients/go/test/api_locales_test.go
!clients/go/test/api_uploads_test.go

clients/cli/cmd/api_*.go
clients/cli/phrase-cli

Expand Down

0 comments on commit ef62b54

Please sign in to comment.