Skip to content

Commit 0f33384

Browse files
authored
Merge pull request #3751 from dmead28/LensStudio
Added LensStudio.gitignore (Ted Brown)
2 parents 40e8812 + 6c4941a commit 0f33384

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

community/LensStudio.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# gitignore template for LensStudio
2+
# website: https://lensstudio.snapchat.com/
3+
4+
# macOS/IDE #
5+
.DS_Store
6+
.idea
7+
8+
# js #
9+
node_modules
10+
yarn.lock
11+
12+
# Python #
13+
__pycache__/
14+
*.py[cod]
15+
*$py.class
16+
[Bb]ackup*

0 commit comments

Comments
 (0)