We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c890b07 commit a402425Copy full SHA for a402425
.env
@@ -0,0 +1,8 @@
1
+REACT_APP_FEATURE_SEARCH=on
2
+REACT_APP_FEATURE_ADD_QUESTION=on
3
+REACT_APP_FEATURE_FAVORITES=on
4
+REACT_APP_FEATURE_DELETE_QUESTION=on
5
+REACT_APP_FEATURE_TAGS=on
6
+REACT_APP_FEATURE_COMMENTARIES=on
7
+REACT_APP_FEATURE_RATING=on
8
+REACT_APP_FEATURE_LIKE_COMMENT=on
.gitignore
@@ -77,11 +77,6 @@ web_modules/
77
# Yarn Integrity file
78
.yarn-integrity
79
80
-# dotenv environment variables file
81
-.env
82
-.env.test
83
-.env.production
84
-
85
# parcel-bundler cache (https://parceljs.org/)
86
.cache
87
.parcel-cache
0 commit comments