-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #169 from atc0005/refactor-builds
Refactor project build process
- Loading branch information
Showing
14 changed files
with
1,186 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Copyright 2023 Adam Chalkley | ||
# | ||
# https://github.com/atc0005/query-meta | ||
# | ||
# Licensed under the MIT License. See LICENSE file in the project root for | ||
# full license information. | ||
|
||
# Binaries for programs and plugins | ||
*.exe | ||
*.exe~ | ||
*.dll | ||
*.so | ||
*.dylib | ||
|
||
# Test binary, built with `go test -c` | ||
*.test | ||
|
||
# Output of the go coverage tool, specifically when used with LiteIDE | ||
*.out | ||
|
||
# Ignore Visual Studio Code workspace-level settings | ||
/.vscode | ||
|
||
# Local test files, scratch notes and other temporary/local files | ||
scratch/ | ||
|
||
# Generated assets are placed here | ||
/release_assets | ||
|
||
# Local copy of configuration file | ||
/config.toml | ||
|
||
# Generated output files | ||
/meta-load.txt | ||
/view_extract.txt | ||
|
||
# Ignore go generate produced Windows executable resource files | ||
*.syso |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.