.gitignore 217 B

1234567891011121314151617
  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. html/
  9. sqlite.db
  10. # ignoring nohup.out file
  11. nohup.out