.gitignore 537 B

123456789101112131415161718192021222324252627282930
  1. # Copyright 2013 The Closure Library Authors
  2. # Files to be ignored by git.
  3. # Use of this source code is governed by the Apache License, Version 2.0.
  4. # See the COPYING file for details.
  5. # emacs
  6. *~
  7. \#*#
  8. # Temporary directory that is used in CI to generate gh-pages in a separate
  9. # copy of the repo.
  10. dist/
  11. # python
  12. *.pyc
  13. node_modules/
  14. closure-deps/node_modules/
  15. package-lock.json
  16. # Closure Generated Unit Tests
  17. *_test.html
  18. # Generated alltests.js
  19. alltests.js
  20. # Generated deps.js
  21. closure/goog/deps.js
  22. closure/goog/deps_with_tests.js