mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 03:39:28 +01:00
16 lines
199 B
Text
16 lines
199 B
Text
# 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*
|