.gitignore 483 B

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