Skip to content
Open
Changes from 1 commit
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
Next Next commit
add virtual environments and secrets file to .gitignore
  • Loading branch information
KellyKiiru committed Aug 13, 2023
commit 5fa5352662d9787017cc5237d2b3e5669b4e701a
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,10 @@ build-iPhoneSimulator/

# Used by RuboCop. Remote config files pulled in from inherit_from directive.
# .rubocop-https?--*

# Virtual environments
venv/
virtual/

# secrets
.env