.gitignore 584 B

123456789101112131415161718192021222324252627282930313233
  1. build-*
  2. *.pyc
  3. conf/_defaults.yml
  4. conf/_version.yml
  5. www/_data/docs-versions.yml
  6. www/_data/all-pages.yml
  7. www/_data/toc/*-gen.yml
  8. www/static/css
  9. www/static/js/plugins.js
  10. # Note if you need to make changes to the following folder, it should be
  11. # done else where as these files are pulled from other sources
  12. # see fetch_docs.js for more details.
  13. # www/_data/fetched-files.yml contains an informative list of src/dest pairs
  14. www/docs/*/dev/reference
  15. node_modules
  16. ruby_modules
  17. .bundle
  18. .DS_Store
  19. Gemfile.lock
  20. .*.swp
  21. /package-lock.json
  22. npm-debug.log
  23. /f2j/.settings
  24. /f2j/target
  25. /f2j/bin