.gitignore 332 B

123456789101112131415
  1. # Include your project-specific ignores in this file
  2. # Read about how to use .gitignore: https://help.github.com/articles/ignoring-files
  3. # Useful .gitignore templates: https://github.com/github/gitignore
  4. node_modules
  5. dist
  6. .cache
  7. bootstrap-4.5.0-dist.zip
  8. *.iml
  9. *.rej
  10. *.orig
  11. fontawesome-free-5.14.0-web.zip
  12. /venv
  13. /.idea
  14. /__pycache__