forked from GoogleCloudPlatform/pgadapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
42 lines (37 loc) · 782 Bytes
/
.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
target/
/target
.DS_STORE
.idea/
*.iml
*.class
*.lst
output.txt
__pycache__
venv
.DS_Store
package-lock.json
node_modules
.DotSettings.user
*sln.DotSettings.user
src/test/golang/**/*.h
src/test/golang/**/*.so
samples/golang/**/*.h
samples/golang/**/*.so
samples/golang/pgx/pgx_sample
src/test/csharp/**/bin
src/test/csharp/**/obj
samples/**/dotnet/**/bin
samples/**/dotnet/**/obj
samples/snippets/**/dotnet-snippets/**/bin
samples/snippets/**/dotnet-snippets/**/obj
src/test/nodejs/**/.DS_Store
samples/nodejs/**/.DS_Store
samples/cloud-run/nodejs/**/.DS_Store
samples/nodejs/sequelize/**/*.js
src/test/ruby/**/Gemfile.lock
samples/**/ruby/**/Gemfile.lock
samples/**/vendor
samples/**/composer.lock
samples/**/.phpunit.result.cache
src/test/**/vendor
src/test/**/composer.lock