Spaces:
Runtime error
Runtime error
Hector Salvador [Fisharp]
commited on
Commit
•
8f4d4a5
1
Parent(s):
da23173
Temp ignore local dev environment files
Browse files- .gitignore +8 -1
.gitignore
CHANGED
@@ -157,4 +157,11 @@ cython_debug/
|
|
157 |
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
158 |
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
159 |
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
160 |
-
#.idea/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
157 |
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
158 |
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
159 |
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
160 |
+
#.idea/
|
161 |
+
|
162 |
+
|
163 |
+
# Temporary ignoring notebook files, conda environment yaml and the vs code workspace settings
|
164 |
+
.vscode
|
165 |
+
**/*.ipynb
|
166 |
+
**/*conda*.yml
|
167 |
+
|