mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
## Problem This is generated e.g. by `test_historic_storage_formats`, and causes VSCode to list all the contained files as new. ## Summary of changes Add `/artifact_cache` to `.gitignore`.
29 lines
274 B
Plaintext
29 lines
274 B
Plaintext
/artifact_cache
|
|
/pg_install
|
|
/target
|
|
/tmp_check
|
|
/tmp_check_cli
|
|
__pycache__/
|
|
test_output/
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
tags
|
|
neon.iml
|
|
/.neon
|
|
/integration_tests/.neon
|
|
compaction-suite-results.*
|
|
|
|
# Coverage
|
|
*.profraw
|
|
*.profdata
|
|
|
|
*.key
|
|
*.crt
|
|
*.o
|
|
*.so
|
|
*.Po
|
|
|
|
# pgindent typedef lists
|
|
*.list
|