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.

LensStudio 199B

12345678910111213141516
  1. # gitignore template for LensStudio
  2. # website: https://lensstudio.snapchat.com/
  3. # macOS/IDE #
  4. .DS_Store
  5. .idea
  6. # js #
  7. node_modules
  8. yarn.lock
  9. # Python #
  10. __pycache__/
  11. *.py[cod]
  12. *$py.class
  13. [Bb]ackup*