Spaces:
Paused
Paused
Create .gitignore
Browse files- .gitignore +4 -0
.gitignore
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# ignore all raw data files so the build stays lean
|
| 2 |
+
data/
|
| 3 |
+
*.pdf
|
| 4 |
+
*.xlsx
|