.gitignore 214 B

12345678910111213141516171819
  1. .classpath
  2. .project
  3. .settings
  4. .idea/
  5. .iml/
  6. .DS_Store
  7. target
  8. /ambari-server/derby.log
  9. /ambari-server/pass.txt
  10. /ambari-web/public/
  11. /ambari-web/node_modules/
  12. *.pyc
  13. *.py~
  14. *.iml
  15. .hg
  16. .hgignore
  17. .hgtags
  18. derby.log
  19. pass.txt