You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 162B

12345678910111213
  1. /.env
  2. /nginx/log*
  3. /nginx/ssl*
  4. /nginx/sites-available*
  5. /nginx/sites-enabled*
  6. /nginx/letsencrypt/live/*
  7. /redis/log*
  8. /redis/data*
  9. /scalelite/log*
  10. /scalelite/tmp*