-
Notifications
You must be signed in to change notification settings - Fork 158
Expand file tree
/
Copy path.gitignore
More file actions
31 lines (27 loc) · 886 Bytes
/
Copy path.gitignore
File metadata and controls
31 lines (27 loc) · 886 Bytes
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
/vendor
composer.phar
migration.sql
.dbdiff
.DS_Store
Thumbs.db
dist
.idea
.phpunit.result.cache
.phpunit.cache
# Platform binary files built by CI or release-binaries.sh.
# The package.json files ARE tracked; only the compiled binaries are ignored.
packages/@dbdiff/cli-*/dbdiff
packages/@dbdiff/cli-*/dbdiff.exe
# Node modules (if anyone runs npm install inside the packages directory)
packages/@dbdiff/cli/node_modules/
tests/logs/
tests/pg-conformance/report.json
.env
docs/
# Test-only npm tooling (shared conformance data)
node_modules/
# Generated by scripts/pg-conformance/extract-patterns.php on every run of
# run.sh, and live-validated against the server, so its contents depend on the
# PostgreSQL version that produced it. Tracking it meant local runs produced
# large, meaningless diffs that read as though tests were being skipped.
tests/pg-conformance/patterns.json