From 2828d5ad829ebd37eb806fc8c5ed2bcff0d8e1eb Mon Sep 17 00:00:00 2001 From: Doug Mead Date: Wed, 2 Jun 2021 12:48:49 -0600 Subject: [PATCH 1/2] Added LensStudio.gitignore (Ted Brown) --- community/LensStudio.gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community/LensStudio.gitignore diff --git a/community/LensStudio.gitignore b/community/LensStudio.gitignore new file mode 100644 index 00000000..d3002935 --- /dev/null +++ b/community/LensStudio.gitignore @@ -0,0 +1,13 @@ +# macOS/IDE # +.DS_Store +.idea + +# js # +node_modules +yarn.lock + +# Python # +__pycache__/ +*.py[cod] +*$py.class +[Bb]ackup* From 6c4941a138f5cd506e364bc131066f37cb1ca44d Mon Sep 17 00:00:00 2001 From: Doug Mead Date: Wed, 2 Jun 2021 12:54:29 -0600 Subject: [PATCH 2/2] Added header --- community/LensStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/community/LensStudio.gitignore b/community/LensStudio.gitignore index d3002935..5aa2e950 100644 --- a/community/LensStudio.gitignore +++ b/community/LensStudio.gitignore @@ -1,3 +1,6 @@ +# gitignore template for LensStudio +# website: https://lensstudio.snapchat.com/ + # macOS/IDE # .DS_Store .idea