aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Mead <dmead@snapchat.com>2021-06-02 12:48:49 -0600
committerDoug Mead <dmead@snapchat.com>2021-06-02 12:48:49 -0600
commit2828d5ad829ebd37eb806fc8c5ed2bcff0d8e1eb (patch)
tree94bba047d2d3649146187e4dbd8bf51a034a092d
parent3bb7b4b767f3f8df07e362dfa03c8bd425f16d32 (diff)
downloadgitignore-2828d5ad829ebd37eb806fc8c5ed2bcff0d8e1eb.tar.gz
gitignore-2828d5ad829ebd37eb806fc8c5ed2bcff0d8e1eb.zip
Added LensStudio.gitignore (Ted Brown)
-rw-r--r--community/LensStudio.gitignore13
1 files changed, 13 insertions, 0 deletions
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*