Spaces:
Running
Running
Add "migrations" folder to exclusion list
Browse files- sage/sample-exclude.txt +2 -1
sage/sample-exclude.txt
CHANGED
|
@@ -8,6 +8,7 @@ dir:legacy
|
|
| 8 |
dir:library-tests
|
| 9 |
dir:logo
|
| 10 |
dir:logs
|
|
|
|
| 11 |
dir:node_modules
|
| 12 |
dir:old-change-notes
|
| 13 |
dir:test
|
|
@@ -86,4 +87,4 @@ file:Dockerfile
|
|
| 86 |
file:__init__.py
|
| 87 |
file:code-of-conduct.md
|
| 88 |
file:conftest.py
|
| 89 |
-
file:package-lock.json
|
|
|
|
| 8 |
dir:library-tests
|
| 9 |
dir:logo
|
| 10 |
dir:logs
|
| 11 |
+
dir:migrations
|
| 12 |
dir:node_modules
|
| 13 |
dir:old-change-notes
|
| 14 |
dir:test
|
|
|
|
| 87 |
file:__init__.py
|
| 88 |
file:code-of-conduct.md
|
| 89 |
file:conftest.py
|
| 90 |
+
file:package-lock.json
|