We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66eada9 commit 3914d98Copy full SHA for 3914d98
.env
@@ -0,0 +1,3 @@
1
+SERVER=qa
2
+qa=https://www.thoughtworks.com
3
+baseUrl=https://www.thoughtworks.com
.gitignore
@@ -68,10 +68,6 @@ typings/
68
# Yarn Integrity file
69
.yarn-integrity
70
71
-# dotenv environment variables file
72
-.env
73
-.env.test
74
-
75
# parcel-bundler cache (https://parceljs.org/)
76
.cache
77
@@ -102,3 +98,6 @@ dist
102
98
103
99
# TernJS port file
104
100
.tern-port
101
+
+# Node Modules
+node_modules
0 commit comments