Skip to content

Commit

Permalink
Exclude private csv files in gitignore #31
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Jul 2, 2020
1 parent 531ca48 commit d116f0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# log_dir path
logs/

# private csv files (templates not included)
config/*_manual.csv

# PyCharm
.idea/

Expand Down

0 comments on commit d116f0f

Please sign in to comment.