Spaces:
Configuration error
Configuration error
AIGoose commited on
Commit ·
96ae60b
1
Parent(s): 0084100
feat: add .gitignore
Browse files- .gitignore +11 -0
.gitignore
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
assets/
|
| 2 |
+
output/
|
| 3 |
+
node_modules/
|
| 4 |
+
*.MOV
|
| 5 |
+
*.mov
|
| 6 |
+
*.MP4
|
| 7 |
+
*.mp4
|
| 8 |
+
!compositions/
|
| 9 |
+
__pycache__/
|
| 10 |
+
*.pyc
|
| 11 |
+
.DS_Store
|