gitignore for images folder
This commit is contained in:
parent
78f84dc2d0
commit
9a947ad32e
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,4 +2,5 @@ package-lock.json
|
||||||
.DS_Store
|
.DS_Store
|
||||||
node_modules/
|
node_modules/
|
||||||
csv/
|
csv/
|
||||||
config.txt
|
config.txt
|
||||||
|
imgs/
|
||||||
|
|
Reference in a new issue