farmbot_os/.gitignore

57 lines
658 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
*.js
2017-10-26 12:16:57 -06:00
/release-*
/node_modules
/farmbot_ext
/farmbot_core
/farmbot_os
# 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
*.img
2018-01-04 14:50:43 -07:00
artifacts
RELEASE_NOTES
2018-01-05 11:02:05 -07:00
*.hex
2018-08-13 13:44:38 -06:00
!/priv/eeprom_clear.ino.hex
2018-02-26 14:17:35 -07:00
# lagger can't be disabled.
/log
.make_state