summaryrefslogtreecommitdiffstats
path: root/options/gitignore/LensStudio
blob: 5aa2e9500036306962c910a487f3dfed7a1af5f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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*