farmbot_os/.gitignore

48 lines
525 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
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
# Farmbot argifacts
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
# 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