farmbot_os/.gitignore

38 lines
403 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
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/
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-03-03 11:06:03 -07:00
Makefile
# Various env vars.
2017-05-26 15:44:17 -06:00
.env
# Fwup keys aren't stored here, but just in case.
*.priv