.gitignore 260 B

12345678910111213141516
  1. /.idea
  2. /.project
  3. /mysqldata/*
  4. !/mysqldata/.gitkeep
  5. /elasticsearchdata/*
  6. !/elasticsearchdata/.gitkeep
  7. /apps/*
  8. !/apps/.gitkeep
  9. /.vagrant
  10. /.ssh/*
  11. /.env
  12. !/.ssh/.gitkeep
  13. !/.ssh/id_rsa_exploitation
  14. /docker/.idea
  15. /docker/nginx/certs/*
  16. !/docker/nginx/certs/ssl_keys.sh