LensStudio.gitignore 199 字节
Newer Older
D
Doug Mead 已提交
1 2 3
# gitignore template for LensStudio
# website: https://lensstudio.snapchat.com/

4 5 6 7 8 9 10 11 12 13 14 15 16
# macOS/IDE #
.DS_Store
.idea

# js #
node_modules
yarn.lock

# Python #
__pycache__/
*.py[cod]
*$py.class
[Bb]ackup*