Georg commited on
Commit ·
c1222b2
1
Parent(s): 59beae4
Add .env.local to .gitignore to prevent local environment files from being tracked
Browse files- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -45,3 +45,4 @@ Thumbs.db
|
|
| 45 |
|
| 46 |
# MuJoCo compiled
|
| 47 |
*.mjb
|
|
|
|
|
|
| 45 |
|
| 46 |
# MuJoCo compiled
|
| 47 |
*.mjb
|
| 48 |
+
.env.local
|