You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

37 lines
309 B

  1. # local data
  2. docker/data/
  3. .github/
  4. # static
  5. static
  6. .idea
  7. pinry-spa/node_modules
  8. pinry-spa/dist
  9. local_settings.py
  10. # git
  11. .git
  12. .gitignore
  13. # docs
  14. docs
  15. # docker
  16. .dockerignore
  17. Dockerfile*
  18. docker-compose*
  19. # database
  20. db.sqlite3
  21. # misc conf
  22. .flake8
  23. .travis.yml
  24. # vscode
  25. .vscode
  26. # markdown
  27. LICENSE.md
  28. README.md