[skip ci] Updated licenses and gitignores
This commit is contained in:
parent
a1dca00974
commit
98d903a3c6
17 changed files with 132 additions and 96 deletions
16
options/gitignore/LensStudio
Normal file
16
options/gitignore/LensStudio
Normal file
|
@ -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*
|
Loading…
Add table
Add a link
Reference in a new issue