diff --git a/community/LensStudio.gitignore b/community/LensStudio.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..5aa2e9500036306962c910a487f3dfed7a1af5f7 --- /dev/null +++ b/community/LensStudio.gitignore @@ -0,0 +1,16 @@ +# gitignore template for LensStudio +# website: https://lensstudio.snapchat.com/ + +# macOS/IDE # +.DS_Store +.idea + +# js # +node_modules +yarn.lock + +# Python # +__pycache__/ +*.py[cod] +*$py.class +[Bb]ackup*