-
Notifications
You must be signed in to change notification settings - Fork 271
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 #1419 from FarmBot/staging
v14.6.0 Production Release
- Loading branch information
Showing
638 changed files
with
4,082 additions
and
6,924 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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,3 +1,11 @@ | ||
[ | ||
inputs: ["*.{ex,exs}", "{test}/**/*.{ex,exs}"] | ||
import_deps: [:ecto], | ||
line_length: 80, | ||
inputs: [ | ||
"*.{ex,exs}", | ||
"{config,priv,test}/**/*.{ex,exs}", | ||
"lib/**/*.{ex,exs}", | ||
"platform/**/*.{ex,exs}" | ||
], | ||
subdirectories: ["priv/*/migrations"] | ||
] |
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 |
---|---|---|
@@ -1,60 +1,58 @@ | ||
# App artifacts | ||
_nerves-tmp | ||
!/nerves/host | ||
!/nerves/target | ||
.elixir_ls | ||
.env | ||
.make_state | ||
*.coverdata | ||
*.crashdump | ||
*.csv | ||
*.db | ||
*.db-journal | ||
*.db-shm | ||
*.db-wal | ||
*.ez | ||
*.img | ||
*.lua | ||
*.o | ||
*.pem | ||
*.priv | ||
*.so | ||
*.sqlite3 | ||
*.sqlite3* | ||
*screenlog* | ||
/_build | ||
/_build/ | ||
/_images | ||
/.fetch | ||
/.nerves | ||
/*.ez | ||
/cache | ||
/cover | ||
/cover/ | ||
/db | ||
/deps | ||
/*.ez | ||
/deps/ | ||
/doc | ||
/cover | ||
ttb_last_config | ||
|
||
# Nerves artifacts | ||
/_images | ||
/.nerves | ||
/doc/ | ||
/images | ||
/log | ||
/nerves/* | ||
!/nerves/host | ||
!/nerves/target | ||
_nerves-tmp | ||
|
||
# Secret config | ||
/node_modules | ||
/release-* | ||
artifacts | ||
auth_secret_test.exs | ||
auth_secret.exs | ||
|
||
# Farmbot artifacts | ||
overlay | ||
tmp/ | ||
test_tmp/ | ||
priv/build_calendar.so | ||
*.o | ||
|
||
# Generated on crash by the VM | ||
erl_crash.dump | ||
|
||
# From other branches | ||
/cache | ||
/release-* | ||
/node_modules | ||
scratchpad.* | ||
|
||
# Various env vars. | ||
.env | ||
|
||
# Fwup keys aren't stored here, but just in case. | ||
*.priv | ||
farmbot_ext-*.tar | ||
farmbot_ng-*.tar | ||
farmbot_telemetry-*.tar | ||
log | ||
overlay | ||
RELEASE_NOTES | ||
run-qemu.sh | ||
scratchpad.* | ||
test_tmp/ | ||
tmp/ | ||
ttb_last_config | ||
upload.sh | ||
*.img | ||
artifacts | ||
RELEASE_NOTES | ||
# lagger can't be disabled. | ||
/log | ||
.make_state | ||
|
||
.elixir_ls | ||
*.pem | ||
*.db | ||
*.db-journal | ||
*.db-shm | ||
*.lua | ||
*screenlog* | ||
*.crashdump |
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.