.env in gitignore

This commit is contained in:
2024-10-20 00:57:37 +02:00
parent ba881b1637
commit 49cc5fbd93
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@@ -10,6 +10,7 @@
# production # production
/build /build
.env
# misc # misc
.DS_Store .DS_Store

View File

@@ -1,7 +1,6 @@
{ {
"name": "frontend", "name": "frontend",
"version": "0.1.0", "version": "0.1.0",
"private": true,
"homepage": "https://hugyouu.github.io/Letterboxd-Diary-Posters-Picker", "homepage": "https://hugyouu.github.io/Letterboxd-Diary-Posters-Picker",
"dependencies": { "dependencies": {
"@emotion/react": "^11.13.3", "@emotion/react": "^11.13.3",