.gitignore 585 B

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