Skip to content

Commit bc91a69

Browse files
committed
git ignore actualizado
1 parent 506bdca commit bc91a69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
.env.development.local
1818
.env.test.local
1919
.env.production.local
20+
.env
2021

2122
npm-debug.log*
2223
yarn-debug.log*
@@ -29,7 +30,7 @@ venv/
2930
__pycache__/
3031

3132
# Archivos de configuración local
32-
.env
33+
3334

3435
# Archivos de bloqueo de dependencias
3536
Pipfile.lock

0 commit comments

Comments
 (0)