mirror of
https://github.com/neilotoole/sq.git
synced 2024-11-24 11:54:37 +03:00
ed9aa38a67
* Expose source.Set.Data() method * jsonw.writeJSON cleaned up * sq add now respects --json * Location strings are subject to more scrutiny * Ignore .db files in project dir * sq add is more restrictive about location string * source.RedactedLocation now uses 'xxxxx' per stdlib url.URL.Redacted() * Update changelog for v0.23.0 * typos
55 lines
657 B
Plaintext
55 lines
657 B
Plaintext
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
# Folders
|
|
_obj
|
|
_test
|
|
|
|
# Architecture specific extensions/prefixes
|
|
*.[568vq]
|
|
[568vq].out
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
|
|
.DS_Store
|
|
|
|
/.idea
|
|
/grammar/build
|
|
*/~test$*
|
|
/dist
|
|
/dist-*
|
|
/projectFilesBackup
|
|
/*.iml
|
|
/.swp
|
|
/sq
|
|
/demo
|
|
/scratch
|
|
|
|
|
|
# Some apps create temp files when editing, e.g. Excel with drivers/xlsx/testdata/~$test_header.xlsx
|
|
**/testdata/~*
|
|
|
|
gorelease-snapshot.sh
|
|
magefile_local.go
|
|
.goreleaser-local.yml
|
|
apt-install.sh
|
|
yum-install.sh
|
|
goreleaser-test.sh
|
|
/.vscode
|
|
/completions
|
|
/manpages
|
|
/cli/test.db
|
|
/*.db
|