123456789101112131415161718192021222324252627282930313233 |
- build-*
- *.pyc
- conf/_defaults.yml
- conf/_version.yml
- www/_data/docs-versions.yml
- www/_data/all-pages.yml
- www/_data/toc/*-gen.yml
- www/static/css
- www/static/js/plugins.js
- # Note if you need to make changes to the following folder, it should be
- # done else where as these files are pulled from other sources
- # see fetch_docs.js for more details.
- # www/_data/fetched-files.yml contains an informative list of src/dest pairs
- www/docs/*/dev/reference
- node_modules
- ruby_modules
- .bundle
- .DS_Store
- Gemfile.lock
- .*.swp
- /package-lock.json
- npm-debug.log
- /f2j/.settings
- /f2j/target
- /f2j/bin
|