Cameron Smith commited on
Commit ·
8b44a1a
1
Parent(s): 68b8561
chore: add _schema_tmp pattern to .gitignore for SQLMesh temp directories
Browse files- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -3,3 +3,4 @@
|
|
| 3 |
*.tmp
|
| 4 |
**/__temp__*/
|
| 5 |
**/__temp_*/
|
|
|
|
|
|
| 3 |
*.tmp
|
| 4 |
**/__temp__*/
|
| 5 |
**/__temp_*/
|
| 6 |
+
**/*_schema_tmp/
|