farmbot_os/.gitignore

60 lines
656 B
Plaintext
Raw Normal View History

# App artifacts
2016-10-04 10:01:23 -06:00
/_build
/db
2016-10-04 10:01:23 -06:00
/deps
/*.ez
2016-12-18 13:33:59 -07:00
/doc
2017-10-26 10:54:18 -06:00
/cover
2017-11-08 17:55:16 -07:00
ttb_last_config
2016-12-18 13:33:59 -07:00
# Nerves artifacts
/_images
/.nerves
/images
/nerves/*
!/nerves/host
!/nerves/target
2018-05-15 13:23:10 -06:00
_nerves-tmp
2016-12-18 13:33:59 -07:00
# Secret config
auth_secret_test.exs
auth_secret.exs
2016-12-18 13:33:59 -07:00
2018-03-11 15:42:25 -06:00
# Farmbot artifacts
overlay
tmp/
test_tmp/
2017-12-22 20:15:11 -07:00
priv/build_calendar.so
*.o
2016-10-04 10:01:23 -06:00
# Generated on crash by the VM
2016-10-04 10:01:23 -06:00
erl_crash.dump
2017-01-16 16:52:49 -07:00
# From other branches
/cache
2017-10-26 12:16:57 -06:00
/release-*
/node_modules
2019-03-19 10:35:09 -06:00
scratchpad.*
# Various env vars.
2017-05-26 15:44:17 -06:00
.env
scripts/mqtt.py
# Fwup keys aren't stored here, but just in case.
*.priv
2017-12-06 13:09:38 -07:00
run-qemu.sh
2019-01-15 10:38:07 -07:00
upload.sh
2017-12-06 13:09:38 -07:00
*.img
2018-01-04 14:50:43 -07:00
artifacts
RELEASE_NOTES
2018-02-26 14:17:35 -07:00
# lagger can't be disabled.
/log
.make_state
2018-09-10 10:43:30 -06:00
2018-10-05 10:02:28 -06:00
.elixir_ls
nerves-hub
2018-11-21 17:20:11 -07:00
*.pem
2018-11-05 09:18:26 -07:00
*.db
2018-11-23 11:25:14 -07:00
*.db-journal
*.lua