Álvaro Valenzuela Valdes commited on
Commit ·
59d503e
1
Parent(s): b8e6434
Added backend .env configuration for private deployment
Browse files- .gitignore +0 -2
.gitignore
CHANGED
|
@@ -11,11 +11,9 @@ backend/purge_mock.py
|
|
| 11 |
# Node / Next.js
|
| 12 |
frontend/node_modules/
|
| 13 |
frontend/.next/
|
| 14 |
-
frontend/.env*
|
| 15 |
frontend/npm-debug.log*
|
| 16 |
|
| 17 |
# General
|
| 18 |
-
.env
|
| 19 |
.DS_Store
|
| 20 |
*.db
|
| 21 |
*.sqlite
|
|
|
|
| 11 |
# Node / Next.js
|
| 12 |
frontend/node_modules/
|
| 13 |
frontend/.next/
|
|
|
|
| 14 |
frontend/npm-debug.log*
|
| 15 |
|
| 16 |
# General
|
|
|
|
| 17 |
.DS_Store
|
| 18 |
*.db
|
| 19 |
*.sqlite
|