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.*
|
mono_crash.*
|
||||||
|
|
||||||
# Project Specific
|
# Project Specific
|
||||||
data_folder/output/*
|
data_folder/output/
|
||||||
generated_cv/*
|
generated_cv/
|
||||||
chrome_profile/*
|
chrome_profile/
|
||||||
virtual/*
|
virtual/
|
||||||
answers.json
|
answers.json
|
||||||
|
|
||||||
# MacOS
|
# MacOS
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue