-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
71 lines (64 loc) · 1.64 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
clients/go/
!clients/go/.goreleaser.yaml
!clients/go/.github/workflows/release.yml
clients/python/*
!clients/python/test/test_locales_api.py
!clients/python/test/test_uploads_api.py
clients/ruby/.*
clients/ruby/Gemfile*
clients/ruby/Rakefile
clients/ruby/README.md
clients/ruby/git_push.sh
clients/ruby/openapitools.json
clients/ruby/*.gemspec
clients/ruby/spec/*.rb
clients/ruby/spec/api/*
clients/ruby/spec/models/
clients/ruby/docs
clients/ruby/lib
clients/ruby/spec/api/*
!clients/ruby/spec/api/locales_api_spec.rb
!clients/ruby/spec/api/uploads_api_spec.rb
clients/java/.*
clients/java/gradle*
clients/java/build*
clients/java/docs
clients/java/git_push.sh
clients/java/pom.xml
clients/java/README.md
clients/java/openapitools.json
clients/java/settings.gradle
clients/java/api
clients/java/src/main
clients/java/src/test/java/com/phrase/client/model
clients/java/src/test/java/com/phrase/client/api/*
!clients/java/src/test/java/com/phrase/client/api/LocalesApiTest.java
!clients/java/src/test/java/com/phrase/client/api/UploadsApiTest.java
clients/typescript/.*
clients/typescript/src
clients/typescript/package.json
clients/typescript/package-lock.json
clients/typescript/README.md
clients/typescript/tsconfig.json
clients/php/.*
clients/php/composer.*
clients/php/*.sh
clients/php/README.md
clients/php/phpunit.*
clients/php/docs
clients/php/lib
clients/php/vendor
clients/php/test/Model
clients/php/test/Api/*
!clients/php/test/Api/LocalesApiTest.php
!clients/php/test/Api/UploadsApiTest.php
!clients/php/test/Api/KeysApiTest.php
clients/cli/cmd/api_*.go
clients/cli/phrase-cli
doc/*.css
doc/*.css.map
doc/*.js
tmp/
node_modules/
.DS_Store
clients/cli/README.md