.gitignore 130 B

12345678910111213
  1. *.pyc
  2. *.swp
  3. *.min.js
  4. *.min.css
  5. *.compiled.css
  6. node_modules/
  7. vendor/
  8. __pycache__/
  9. .venv/
  10. nohup.out
  11. yarn-error.log
  12. .env
  13. rr_tutorial