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.
 
 
 
 
 
 

31 lines
240 B

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