Skip to content

Commit

Permalink
Separate .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymedina committed Aug 13, 2024
1 parent a72097b commit 903a3df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
.terraform*
terraform.tfstate*
*.csv
.DS_Store
streamlit_template/.streamlit/secrets.toml
**/__pycache__/
.DS_Store
2 changes: 2 additions & 0 deletions streamlit_template/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.streamlit/secrets.toml
**/__pycache__/

0 comments on commit 903a3df

Please sign in to comment.