.mcignore 311 B

123456789101112131415161718192021222324
  1. npm-debug.log
  2. .DS_Store
  3. *.sw[po]
  4. *.xpi
  5. *.pyc
  6. *.update.rdf
  7. .gitignore
  8. /.git/
  9. /data/locales.json
  10. /dist/
  11. /logs/
  12. /node_modules/
  13. # ignore README since it's GitHub specific
  14. /README.md
  15. # also ignores ping centre tests
  16. ping-centre/
  17. # ignore things from about:library for now
  18. aboutlibrary/
  19. content-src/aboutlibrary/