Browse Source

Merge pull request #3751 from dmead28/LensStudio

Added LensStudio.gitignore (Ted Brown)
pull/3316/head^2
Brian Douglas 2 years ago
parent
commit
0f33384147
No account linked to committer's email address
1 changed files with 16 additions and 0 deletions
  1. 16
    0
      community/LensStudio.gitignore

+ 16
- 0
community/LensStudio.gitignore View 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…
Cancel
Save