Update .gitignore
" * " character after directoryName/ is not necessary
This commit is contained in:
parent
75e18f7737
commit
28f4ac137b
1 changed files with 4 additions and 4 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -149,10 +149,10 @@ venv.bak/
|
|||
mono_crash.*
|
||||
|
||||
# Project Specific
|
||||
data_folder/output/*
|
||||
generated_cv/*
|
||||
chrome_profile/*
|
||||
virtual/*
|
||||
data_folder/output/
|
||||
generated_cv/
|
||||
chrome_profile/
|
||||
virtual/
|
||||
answers.json
|
||||
|
||||
# MacOS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue