Skip to content

Commit

Permalink
Update gitignore to include env file
Browse files Browse the repository at this point in the history
  • Loading branch information
denizariyan committed Apr 30, 2022
1 parent 0e0d219 commit 479d65e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
quarantineInfected=/usr/VSterilizer/infected/
removeInfected=False
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ typings/
.yarn-integrity

# dotenv environment variables file
.env
#.env # No secret is being stored in the env file so it is safe to commit.
.env.test

# parcel-bundler cache (https://parceljs.org/)
Expand Down

0 comments on commit 479d65e

Please sign in to comment.