.gitignore 224 B

1234567891011121314151617181920
  1. # ignoring environment variable file
  2. *.env
  3. *.env.template
  4. # everything in the build directory
  5. build/linux/keiji/*
  6. build/linux/keiji-ctl/*
  7. html/assets/images/*
  8. sqlite.db
  9. # ignoring nohup.out file
  10. nohup.out
  11. coverage/