blob: d9bb9ca2ef40ef7978e28507fa2cf4eb22282947 (
plain)
1
2
3
4
5
6
7
|
/build/
!/build/.gitkeep
/go.work.sum
# ignore /testing/.testdb both as a symlink (if $PGRUNTIME_TESTDB_PATH is set) and as a directory (otherwise)
/testing/.testdb
/testing/.testdb/
|