.gitignore 207 B

1234567891011121314
  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. # db seed data
  8. db_seed/*
  9. # ignoring nohup.out file
  10. nohup.out