Spaces:
Running
on
Zero
Running
on
Zero
Upload .gitignore with huggingface_hub
Browse files- .gitignore +2 -2
.gitignore
CHANGED
@@ -14,7 +14,7 @@ dist/
|
|
14 |
downloads/
|
15 |
eggs/
|
16 |
.eggs/
|
17 |
-
lib/
|
18 |
lib64/
|
19 |
parts/
|
20 |
sdist/
|
@@ -165,4 +165,4 @@ cython_debug/
|
|
165 |
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
166 |
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
167 |
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
168 |
-
#.idea/
|
|
|
14 |
downloads/
|
15 |
eggs/
|
16 |
.eggs/
|
17 |
+
# lib/
|
18 |
lib64/
|
19 |
parts/
|
20 |
sdist/
|
|
|
165 |
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
166 |
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
167 |
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
168 |
+
#.idea/
|