Browse Source

Added LensStudio.gitignore (Ted Brown)

pull/3751/head
Doug Mead 3 years ago
parent
commit
2828d5ad82
1 changed files with 13 additions and 0 deletions
  1. 13
    0
      community/LensStudio.gitignore

+ 13
- 0
community/LensStudio.gitignore View File

@@ -0,0 +1,13 @@
# macOS/IDE #
.DS_Store
.idea

# js #
node_modules
yarn.lock

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

Loading…
Cancel
Save