.gitignore 377 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. // System / Log files
  2. *.DS_Store
  3. *.log
  4. // Archives
  5. *.zip
  6. // Sass Cache
  7. .sass-cache
  8. // Project files
  9. .idea
  10. nbproject
  11. nbproject/private
  12. .vscode/
  13. .vs/
  14. // Node / Bower
  15. node_modules/
  16. bower_components/
  17. // Plugins
  18. /plugins/*/*.md
  19. /plugins/*/*.html
  20. /plugins/*/package.json
  21. // Docs
  22. Gemfile.lock
  23. docs/_site
  24. docs_html/
  25. .jekyll-cache/
  26. .jekyll-metadata
  27. // ETC
  28. TODO
  29. test.html
  30. ad.js