add .build dir to gitignore
This commit is contained in:
parent
1b05921b70
commit
e5f42498ac
|
|
@ -26,4 +26,5 @@ project.lock.json
|
||||||
*DS_Store
|
*DS_Store
|
||||||
*.ncrunchsolution
|
*.ncrunchsolution
|
||||||
*.*sdf
|
*.*sdf
|
||||||
*.ipch
|
*.ipch
|
||||||
|
.build/
|
||||||
Loading…
Reference in New Issue