.gitignore 454 B

1234567891011121314151617181920212223242526272829303132333435
  1. *
  2. !.gitignore
  3. !COPYING
  4. !README.md
  5. !doc
  6. doc/*
  7. !doc/README.md
  8. !doc/EXAMPLE_WORKFLOWS.md
  9. !html
  10. !html/*
  11. !logo*
  12. !python/
  13. python/*
  14. !python/forgefed_constants.py
  15. !python/forgefed_model.py
  16. !python/forgefed_controller.py
  17. !python/forgefed_wsgi.py
  18. !python/run-dev-server
  19. !spec/
  20. !spec/*
  21. !vocabulary/
  22. !vocabulary/*
  23. !vocabulary/COMMENT.md
  24. !vocabulary/ISSUE.md
  25. !vocabulary/PULL-REQUEST.md
  26. !vocabulary/README.md
  27. !vocabulary/REPOSITORY.md
  28. !vocabulary/VOCABULARY.md