Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .env
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we exclude the .env file from source control. put it in gitignore and ensure its not tracked as part of the changes

Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
TEST_KEY = 'PROJECTR'
GOOGLE_ANDRIOD = '965635034713-3of98rpd2em067nqsg8t8bdhei0b2nc6.apps.googleusercontent.com',
GOOGLE_IOS = '965635034713-1fua9ldvo87qnil81gic5n4eusb9jv6q.apps.googleusercontent.com',
BASE_URL_DEV = 'http://20.125.114.94:5000/api/'
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ app.*.map.json
/android/app/profile
/android/app/release

# *.env
*.env
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

put andriod folder in gitignore as well

Empty file.
Loading