.gitignore 226 B

123456789101112131415161718
  1. # ignoring environment variable file
  2. *.env
  3. # everything in the build directory
  4. build/linux/webserver/*
  5. build/linux/seed/*
  6. html/assets/images/*
  7. html/
  8. # db seed data
  9. db_seed/*
  10. sqlite.db
  11. # ignoring nohup.out file
  12. nohup.out