.gitignore 364 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. docs/_site
  23. docs_html/
  24. .jekyll-cache/
  25. .jekyll-metadata
  26. # ETC
  27. TODO
  28. test.html
  29. ad.js
  30. /.cache/